2021-05-29 07:39 AM
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:
2022-09-08 03:23 PM
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......
2023-03-07 11:26 PM
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!