Hi Folks
I am having a problem: after I upload the blinking led program to my RobotDyn “BlackPill” with STM32Duino bootloader and I unplug the usb cable, the board goes back to DFU mode for uploading and the program is lost.
This is my platform.ini
:
[env:blackpill_f103c8]
platform = ststm32
board = blackpill_f103c8
framework = arduino
upload_protocol = dfu
upload_port = /dev/ttyACM0
Without the upload_port
defined PlatformIO does not seem to find the board in DFU mode (normal?).
Any help would be very much appreciated.
Cheers, JW