platformio / platform-ststm32

ST STM32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/ststm32
Apache License 2.0
405 stars 312 forks source link

HAL support for STM32F403 #653

Closed dotty37 closed 1 year ago

dotty37 commented 2 years ago

Im considering moving away from Cube IDE, but I can not make the Platformio work. What is the status for HAL support on Platformio, and STLinkV2? I tried a simple code and I get "main.c:1:10: fatal error: 'stm32f1xx_hal.h' file not found"

valeros commented 1 year ago

You mentioned STM32F403 in the title, but the error message says stm32f1xx_hal.h is missing. Probably a wrong code example.