2016-02-23 11:27 PM
I have several discovery boards and last week I got a nucleo board. I made a mistake and connected another SWD debugger to STM32F103 SWD pins instead of on-board target microcontroller and erased ST-Link firmware.
Is there any possibility to ''re-flash'' the ST-Link firmware back into the STM32F103? #stlink-v2 #re-flash #stlink #nucleo #flash-image2016-02-24 08:26 AM
That probably took a lot of work.
You should perhaps look over the web for people doing home-brew or boot-leg ST-LINK devices, there are definitely binaries out there.2016-02-25 06:56 AM
Several possibilities:
1. Flash another debugger on the board: https://embdev.net/articles/STM_Discovery_as_Black_Magic_Probe 2. Look for the firmware image of the stlink. At some point it was found on some russian site as written on the page above. The image if for some old version of the STlink-V2, but can be updated. 3. Ask your FAE or some ST-insider for the image.2016-02-27 04:38 PM
Thank you both. Instead of programming stlink on the discovery board I made one myself:
http://e.pavlin.si/2016/02/28/how-to-program-blank-stm32f1-with-stlink-v2-firmware/
M.