Close

PlatformIO

A project log for STM32F030F4P6 breakout board

Not as bulky as the nucleo boards, after all.

christophChristoph 05/04/2019 at 19:230 Comments

I installed VSCode and the PlatformIO extension to see if this board can be used with pio. It works!

Steps to reproduce:

Project setup

Hardware setup

Connect an ST-Link to the breakout board and supply 3.3 V to VDD (the ST-Link connection will not supply power!). See here: https://hackaday.io/project/4277/gallery#52043e53586461bb2bbb51046f9c2334

Build and upload

should work out of the box. If upload fails, check udev rules and dialout group stuff as described here: https://docs.platformio.org/en/latest/plus/debug-tools/stlink.html#debugging-tool-stlink

Sometimes replugging the USB cable or a manual reset can also be helpful.

Discussions