-
Hi, Didn't want to open an issue yet as I'm not sure if this is related to firmware (unlikely?) or to the STM32 boards (fakes?). I programmed Blinky_Test v0.26 on several STM32 (purchased from 2 different sources) using a ST-Link v2 clone programmer. All 4 boards passed programming and verification, nicely blinking their green LED. Next I wanted to reprogram them with GreaseWeazle F1, but now they all fail - the boards aren't recognised anymore (yet they still blink nicely).
I had one other board (came with the programmer) that failed flash verification at address 0, so I assumed it to be fake / defective. This is the only board that outputs probe info - so I'm assuming that the programmer is not broken:
Is this perhaps a known symptom of fake boards? At first glance, all chips except the third looked perfectly fine, based on the pictures in the STM32 Fakes section (unless of course the "F" in "STM32F" stands for fake ;-)). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The problem is the blinky firmware disables swd pins, so the programmer cannot connect. Change the BOOT0 jumper setting and try again (this will run the system bootloader rather than blinky, and hence swd will remain available). |
Beta Was this translation helpful? Give feedback.
The problem is the blinky firmware disables swd pins, so the programmer cannot connect. Change the BOOT0 jumper setting and try again (this will run the system bootloader rather than blinky, and hence swd will remain available).