Skip to main content
JFOLE.1
Associate II
August 12, 2020
Solved

Is there a way to hold device in reset using ST-Link V2/V3?

  • August 12, 2020
  • 1 reply
  • 1103 views

I am trying to load into external flash but while doing this I need to have MCU held in reset.

This topic has been closed for replies.
Best answer by TDK

You can connect to the chip with stm32cubeprogrammer which will effectively prevent it from running your program. There is also the "connect under reset" option, but I'm not sure if it holds NRST low or just toggles it momentarily.

1 reply

TDK
TDKBest answer
August 12, 2020

You can connect to the chip with stm32cubeprogrammer which will effectively prevent it from running your program. There is also the "connect under reset" option, but I'm not sure if it holds NRST low or just toggles it momentarily.

"If you feel a post has answered your question, please click ""Accept as Solution""."