Post
by bertrik » Sat Mar 16, 2019 12:41 pm
Is platformIO working for you at the moment?
(I'm using the command-line tools only)
Lately, it's been very unstable for me. With recent versions of the ststm32 'platform' not even compiling (complaining about duplicate 'inline').
Now with the latest version, it seems compilation is fixed, but it's now longer compatible with the stm32duino bootloader.
After I've flashed the stm32duino bootloader (over serial), I can use it exactly once.
After I've downloaded a program (e.g. blinky) through the bootloader, my board (bluepill) will no longer enumerate on USB and I no longer see a /dev/ttyACM0 device.
I've suspected many different things, like bad USB port, Linux kernel version, bad cable, bad bluepill board.
But it seems it's really the platformio stuff.