PlatformIO on VSCode for STM32 (STM32F103 bluepill) with the Arduino Framework cannot upload via USB (DFU bootloader)

This works:

[env:bluepill_f103c8]

platform = ststm32

board = bluepill_f103c8

framework = arduino

board_build.core = maple

upload_protocol = dfu
1 Like