cancel
Showing results for 
Search instead for 
Did you mean: 

JTRST and NRST of STM32 MCU

ellie99
Associate

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Sarra.S
ST Employee

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.

View solution in original post

2 REPLIES 2
Sarra.S
ST Employee

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.

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