2022-12-15 11:24 AM
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!
Solved! Go to Solution.
2022-12-15 11:32 AM
See this topic for solution by Tmaniac:
2022-12-15 11:32 AM
See this topic for solution by Tmaniac:
2022-12-15 11:45 AM
I promise that I searched the forums. I even just searched for FreeRTOS and did not see this! :(
Interesting, I just set it to CMSIS_V1 and it generated the code correctly.
Still learning. Getting there :)