2021-08-27 12:01 PM
Hello,
I have installed STM32CubeIDE v1.7 and I am using STM32F746 - Discovery Board. Also I have installed the STM32F7 package v1.16.0 & 1.16.1.When I create a new project I configure my mcu parameters from STM32CubeMX which is located in the STM32CubeIDE and generate the initialization code, it seems like FreeRTOS files are missing (in the created project). I have never faced the same issue with v1.5.1. Do anybody know what I am doing wrong?
2021-08-27 12:59 PM
And you have FreeRTOS selected to be used? Can you provide your IOC file?
2021-08-27 01:07 PM
2021-08-27 01:12 PM
2021-08-27 01:14 PM
Builds fine for me. FreeRTOS files are present. Are you on the latest version?
Finished building: F746.bin
Finished building: F746.list
10:13:02 Build Finished. 0 errors, 0 warnings. (took 10s.115ms)
I do get one warning when generating code:
2021-08-27 01:24 PM
I have the same warning when I generate the code but the code doesn't built properly. But when I a build a project for stm32f407-discovery (with freertos on STM32CubeIDE v1.7.0) it works properly. What do you mean when you say ".. on the latest version"?