Skip to content
Snippets Groups Projects
Commit 390c9aca authored by Tomas Vanek's avatar Tomas Vanek Committed by Paul Fertser
Browse files

tcl at91samdXX.cfg: partially revert change 3722


Commit 25d7ba19 introduced a problem
with 'reset halt' due to setting srst_pulls_trst:

Error: cortex_m.c:595 cortex_m_halt(): can't request a halt while
  in reset if nSRST pulls nTRST

Sorry, I don't know why I overlooked it when I tested #3722.

Change-Id: I41e9473dd91a86d93cf3e78b1fbbdfe1dd188d83
Reported-by: default avatarLadislav Laska <laska@kam.mff.cuni.cz>
Signed-off-by: default avatarTomas Vanek <vanekt@fbl.cz>
Reviewed-on: http://openocd.zylin.com/3942


Tested-by: jenkins
Reviewed-by: default avatarAndreas Fritiofson <andreas.fritiofson@gmail.com>
parent 2934ac45
Branches
Tags
No related merge requests found
......@@ -50,7 +50,8 @@ $_TARGETNAME configure -event reset-deassert-post {
}
# SRST (wired to RESET_N) resets debug circuitry
reset_config srst_gates_jtag srst_pulls_trst
# srst_pulls_trst is not configured here to avoid an error raised in reset halt
reset_config srst_gates_jtag
# Do not use a reset button with other SWD adapter than Atmel's EDBG.
# DSU usually locks MCU in reset state until you issue a reset command
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment