cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE v1.7 - doesn't generate FreeRTOS files

VGiot
Associate II

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?

5 REPLIES 5
TDK
Guru

And you have FreeRTOS selected to be used? Can you provide your IOC file?

If you feel a post has answered your question, please click "Accept as Solution".
VGiot
Associate II

I have attached the .ioc file as .txt

VGiot
Associate II

I have attached a print screen from my IDE.

TDK
Guru

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:

0693W00000DlU2cQAF.png

If you feel a post has answered your question, please click "Accept as Solution".
VGiot
Associate II

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"?