2023-09-29 06:13 AM
Hey!
I'm trying to use ST-LINK/V2-1 from Nucleo to program and debug my board. I removed the jumpers from CN2 and connected CN4 to my board according to the manual:
Problem occurs when I tie NRST of the CN4 to the STM32 on my board - in this case "DEV_TARGET_HELD_UNDER_RESET" message occurs. Indeed measured NRST is low.
Why it's held low?
Few details:
Also manual mentions that " SB12 NRST (target STM32 RESET) must be OFF if CN4 pin 5 is used in the external
application." - tried both with/without SB12 - no luck.
2023-09-29 06:38 AM - edited 2023-09-29 06:45 AM
Is your target board powered? Note that the 6-pin connection does not provide power.
T_NRST is only connected to the ST-Link chip, the CN4 header, and NRST via SB12. Removing SB12, there is no reason it should stay low unless something is pulling it low externally. Perhaps your board isn't powered or has another hardware issue.
I'm unable to replicate this on my own Nucleo-64 board.