Hi there,
I’m trying to import a project for STM32F103,created with STM32CubeMx, into Visual Studio.
The project includes FreeRTOS.
I followed this guide Guide but when I build the project, the compiler doesn’t find “freeRTOS.h”
So, I create again the project with STM32CubeMX with the option “Copy only the necessary files”. Before I used the option “Add necessary library files in the toolchain project configuration file”.
After this modification, the freeRTOS header is found but I get error about some undefined identifier (AHBPrescTable not found).
I need to add a specific folders into project settings?
Thanks in advance!
-
This topic was modified 8 years, 3 months ago by fedex03.