2020-08-22 06:37 AM
I try to debug H7 MCU by SWD port. Can I only use SWDIO and SWCLK for this? I do not want to use NRST for debug issues.
2020-08-22 06:48 AM
No, you need GND also. So that's 3 pins total. :)
2020-08-22 06:56 AM
Sure, but doesnt that limit the experience? Might also consider connecting SWO
2020-08-22 11:01 AM
Yes, GND also
2020-08-22 11:03 AM
I am not if NRST pin. It seems that SWDIO and SWDCLK can do everything.
2020-08-22 12:42 PM
.
2020-08-22 01:58 PM
Debugging low-power modes without NRST are problematic because once the debug interface is turned off, the debugger is unable to connect and even flash the firmware. And you want to turn off the debug interface to be able to reach current consumption levels lower than few mA.
2020-08-22 04:04 PM
Is there some space constraint driving you choices here? Getting the signals to a 10-pin SWD connector, or Tag-Connect footprint
If you have other JTAG parts on the board you could also connect those, and do boundary scan on the board.
2020-08-22 11:01 PM
Got it.