2022-12-01 01:17 AM
In a STM32 project using FREERTOS with CMSIS V2, there is not automatic generation of thread creation calls in main function, like
defaultTaskHandle = osThreadNew(StartDefaultTask, NULL, &defaultTask_attributes);
Is it supposed to be the programmer who now has to add these instructions, or can STM32CubeIDE be instructed to generate this code automatically, as in previous versions?
Solved! Go to Solution.
2022-12-02 05:34 AM
Hi JCama.1 ,
Thank you for your contributions and for your detailed explanations,
I confirm the issue on my side, it has been reported to STM32CubeMX development team .
Internal ticket number:140445 (STM32CubeIDE 1.11.0 and CMSIS V2).
I will keep you posted with updates.
Regards,
Rim
2022-12-02 05:34 AM
Hi JCama.1 ,
Thank you for your contributions and for your detailed explanations,
I confirm the issue on my side, it has been reported to STM32CubeMX development team .
Internal ticket number:140445 (STM32CubeIDE 1.11.0 and CMSIS V2).
I will keep you posted with updates.
Regards,
Rim
2022-12-08 05:53 AM
See my topic and the solution given by @TManiac.
Is it the same problem?