2023-04-15 03:57 AM
Hi,
im trying to get this example to work, but it sont compile. The paths for all includes are set up with a link folder in the project.
I double checked those, but cant get to the problem.
The order is: "main.c -> main.h -> stm32f3xx_hal.h -> HAL_StatusTypeDef HAL_Init(void)" and the file is in "\Drivers\STM32F3xx_HAL_Driver\Inc\stm32f3xx_hal.h" as link in the project and set up as include path (see pictures).
Something looks strange, as there are no files shown in "../Core/inc" in picture "strange.jpg".
Its Cubde IDE Version: 1.12.0.
Solved! Go to Solution.
2023-04-15 04:53 AM - edited 2023-11-20 08:07 AM
2023-04-15 04:53 AM - edited 2023-11-20 08:07 AM
Figured it out:
It was linked, but excluded from build -.-