2020-08-12 06:28 AM
I am trying to load into external flash but while doing this I need to have MCU held in reset.
Solved! Go to Solution.
2020-08-12 09:11 AM
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.
2020-08-12 09:11 AM
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.