How to update FreeRTOS from V10.3.1 to the latest version V10.4.6 for projects created in STM32CubeIDE?
I need to use FreeRTOS 10.4.6 in order to use SystemView. Therefore, I downloaded the new FreeRTOS version and replaced the relevant files in the repository file. However, the "Tool Code Generation" generates a FreeRTOSConfig.h with the old version. I replaced the FreeRTOSConfig.h manually with a file from the demo project. Applying the "Tool Code Generation" replaces the Config file with the old FreeRTOS version. How can I make sure a proper config file exists for my project? "Tool Code Generation" might be applied several times.