Enabling FreeRTOS and generating the code does not add osThreadNew() calls.
I am running STM32CubeIDE ver 1.11.0 and using a Nucleo-F446RE board
I create a new project and just enable FreeRTOS and add 1 task (in addition to the default task. I am using CMSIS_V2. I save and generate the code. The code for the task is there, but there are no calls in the code to create the thread. Watched some youtubes and they dont seem to do anything more than what I did, but their project have all the code there to create the threads and the threads run...
any ideas would be appreciated.
thanks!