Skip to main content
CByou.1
Associate
February 24, 2021
Question

STM32G071RB download pin?

  • February 24, 2021
  • 1 reply
  • 654 views

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?

This topic has been closed for replies.

1 reply

waclawek.jan
Super User
February 24, 2021

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