Replies: 1 comment 6 replies
-
When building You can load the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I recently bought a couple of blackpill boards(STM32F411CE variant) from China. I don't know if it's because of the chip shortage or just too common problem in China, but the uC turns out to be fake. Interestingly enough I woudn't have known if I flashed blackmagic FW over the SWD port, because it so far works perfectly.
The problem is that the embedded bootloader refuses to work(with dfu-util at least). While I was searching for solution I found this. My chips are the same fakes and I presume there are way more in the wild.
So my question is: Do you think it's a good idea to add a cutom bootloader for this board(like how it's done for the stlink target)? There are way more flash and SRAM than what it's needed. It may be an optional parameter(like how it's done with ENABLE_RTT=1)
This way there will be no problem if you got the clone with the broken embedded bootloader and upgrading the firmware will be as easy as with the stlink target when you initially flash the bootloader over SWD.
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions