cancel
Showing results for 
Search instead for 
Did you mean: 

cmsis_os.h and FreeRTOS.h no such file or directory

IDemi.1
Associate II

i was watching this tutorial:

https://www.youtube.com/watch?v=OPrcpbKNSjU

Differences between video and what I do:

my card is stm32f411re nucleo64 and i select the tim10 because the tim6 was not visible to me

these are pictures:

0693W00000BZaJcQAL.png0693W00000BZaJXQA1.png 

11 REPLIES 11
SArbo.1
Associate

See the FreeRTOS demo for the STM32F429I-DISC1 discovery board... It works. So far I haven't been able to get it to work on the Nucleo STM32F411re.... Maybe some changes to the drivers specific to the boards......

ASchu.6
Associate

I had the exact same issue, and it was caused by a special character in my username, hence reflecting in the include paths used by the IDE I guess. I solved the issue by moving my workspace to another place in my disk, outside my user directory (next to Cube IDE installation files for example).\

The wd path went from: C:\Users\User_with_special_char_(\STM32CubeIDE\workspace_1.11.2

To: C:\ST\workspace_1.11.2

Hope this helps anyone having the same problem!