FreeRTOS code generation bug on V6.7.0
Hello,
After creating a blinky project in CubeIDE version 1.11.0 running on Linux and setting up FreeRTOS within the .ioc file, the default task fails to run.
A project created with STM32CubeMX V6.6.1 works, but when it was migrated to V6.7.0 (by opening the .ioc file and re-generating the code), it no longer works.
It was found that: The osThreadNew(Task, NULL, &Task_attributes); functions were never generated in main.c! In its place, a copyright notice was printed instead (what is printed at the top of main.c).
I assume someone used the wrong variable in the code generation software?
Apologies if this is not the correct place to post these bugs, if not, please direct me where this information should be sent.