2016-09-03 06:34 AM
During my first foray into CubeMX I was distracted with clock settings and forgot to configure SWDIO/SWCLK and UART pins! After flashing, STLink can no longer connect. Is there a way to rescue the chip?
2016-09-03 06:39 AM
Strap BOOT0 High so it boots into the System Loader, and use the ST-LINK Utilities to erase your errant code.
Alternatively if you have NRST connected to the debugger you can ''Connect Under Reset'' to achieve the erasure.2016-09-03 09:46 PM
BOOT0 High worked!
Many thanks, clive1