Skip to main content
Visitor 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

    TDKAnswer
    Super User
    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.