2024-01-10 11:49 PM
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?
Solved! Go to Solution.
2024-01-11 12:46 AM
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.
2024-01-11 12:46 AM
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.
2024-01-12 12:36 AM
Thank you very much for your reply. My question has been resolved.