Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 1.25 KB

File metadata and controls

executable file
·
28 lines (21 loc) · 1.25 KB

Tutorials

Using with STM32CubeMX

At the moment there is no seamless integration with projects generated by STM32CubeMX tool. Instead, a small cross-platform Python application called stm32pio can be used to create and update PlatformIO projects from STM32CubeMX .ioc files. It uses STM32CubeMX to generate a HAL-framework-based code and alongside creates PlatformIO project with compatible parameters to stick them both together.

More details about stm32pio tool can be found in the official repository.