2022-12-02 11:19 AM
Looks like serious regression from 1.10.1. Steps to reproduce: Select STM32F401 or F411 MCU, Enable FreeRTOS. The generated main() function in main.c file does not contain the section creating the FreeRTOS objects (task, queues, etc.). Instead, the comment from the beginning of main.c is repeated where this section should be. CubeIDE 1.10.1 (also 1.9) with 1.27.0 F4 package generates the correct project.
Solved! Go to Solution.
2022-12-05 07:56 AM
I have done a work around so you can use it. Take a look on my question: "What happens to FreeRTOS code generation?" Feed Detail (st.com)
2022-12-05 06:48 AM
Hello @gbm
Thank you for having reported.
I assume this is the exact same issue already reported to the development team and tracked by Ticket 140318 (This is an internal tracking number and is not accessible or usable by customers) . It will be fixed as soon as possible.
I'll keep you posted with the updates.
Thx
Ghofrane
2022-12-05 07:56 AM
I have done a work around so you can use it. Take a look on my question: "What happens to FreeRTOS code generation?" Feed Detail (st.com)