Skip to main content
Associate
January 11, 2024
Solved

JTRST and NRST of STM32 MCU

  • January 11, 2024
  • 1 reply
  • 5276 views

Hello!
What is the difference between JTRST and NRST of stm32 mcu?
When using SWD, where should the RESET pin be connected?
NRST or JTRST?

This topic has been closed for replies.
Best answer by Sarra.S

Hello @ellie99, welcome to ST Community, 

NRST is a system reset pin, which when toggled, generates a system reset. This affects the entire system and all registers, however, JTRST is a JTAG reset pin, which is used to reset the JTAG debug interface, not the entire system.

When using SWD the reset pin should be connected to NRST 

1 reply

Sarra.SBest answer
ST Employee
January 11, 2024

Hello @ellie99, welcome to ST Community, 

NRST is a system reset pin, which when toggled, generates a system reset. This affects the entire system and all registers, however, JTRST is a JTAG reset pin, which is used to reset the JTAG debug interface, not the entire system.

When using SWD the reset pin should be connected to NRST 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
ellie99Author
Associate
January 12, 2024

Thank you very much for your reply. My question has been resolved.