2020-02-15 08:33 AM
I stupidly used the mbed application and can no longer flash the WB55 Nucleo from Atollic or command line programmer.
Have I flashed the STlink device instead of the WB55?
How do I resurrect the Nucleo board.
Thanks
Ian
Solved! Go to Solution.
2020-02-15 09:30 AM
It would surprise me if you reprogrammed the ST-LINK, more likely you are running code that disables the debug interface, or powers it off.
Suggest you strap BOOT0 pin HIGH, and use the STM32 Cube Programmer or ST-LINK Utilities to mass erase the code on the target micro-controller.
2020-02-15 09:30 AM
It would surprise me if you reprogrammed the ST-LINK, more likely you are running code that disables the debug interface, or powers it off.
Suggest you strap BOOT0 pin HIGH, and use the STM32 Cube Programmer or ST-LINK Utilities to mass erase the code on the target micro-controller.
2020-02-15 02:01 PM
Thanks for the response. I believe you are correct, I haven't wiped the STlink chip, when I plug it in, it appears as an STMlink on the USB, but as an mbed web platform in a file browser.
Will investigate the BOOT0 and the programmer utils mentioned.
Just to add, I am running linux, shouldn't make a difference though......
2020-02-18 03:10 PM
Pulling BOOT0 high works, thanks