2021-02-23 06:21 PM
I am using STM32G071RB. It is fine to connect only swdio, swclk, and gnd for program download. Is it necessary to connect the reset line?
2021-02-23 09:04 PM
NRST in programming comes handy if you by any mistake - or deliberately, to use those pins as GPIO - in your program overwrite the GPIO_MODER and GPIO_AFR values for the debug pins (SWDIO and SWCLK).
You still can pull down NRST manually, too, in those cases.
JW