Can't use HW reset mode to connect to Disco board using external ST-LINK v2
Why can’t I use a HW reset mode to connect to my STM32F4Discovery board using an external ST-Link v2 adapter?
I have to use “reset_config none separate” to successfully connect, even though I have the reset connected and the CN3 jumpers removed. I’m powering the board from the external ST-Link v2 adapter’s 5V into the “5V” node on the STM32F4Discovery board’s P2 connector.
The ST-Link embedded on the STM32F4Discovery board is still powered, I suppose. Is it also still driving the reset line, keeping the external adapter from resetting the target STM32F407?
I’m testing this setup as a proxy for how to get the external ST-Link v2 adapter working for our custom board. It also has the NRST connected, but also needs the “reset_config none separate” configuration to successfully connect.
What am I missing here?