CubeIDE 1.11 error while creating STM32F4 FreeRTOS project
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.