Closed bfabricio closed 8 years ago
@ubis, please help us.
I'm not really familiar with SWD and stuff, maybe you used some different flags? Could you try to reflash firmware with ROM bootloader?
I upload the code using openocd with the same script that I use for others binaries, and it always work. But when I flash with the binaries that I build using platformio, the stlink not recognize the microcontroler any more. It's possible to use platformio to upload the binaries using stlink? I was reading about adding in the platformio.ini
UPLOAD_PROTOCOL = stlink
@fabriciopk please re-test the latest dev build:
pio platform uninstall ststm32
pio platform install https://github.com/platformio/platform-ststm32/archive/develop.zip
Does it work?
@fabriciopk do you have any news?
Please reopen if you still have problems
I upload the .bin(.pioenvs/stm32f103c8t6/firmware.bin) using openocd and stlink and now I can't re-flash the board. The swd is disable during the build?
Code: https://github.com/fabriciopk/SEA_Firmware