diff options
author | Andreas Färber <afaerber@suse.de> | 2016-02-16 13:24:57 +0100 |
---|---|---|
committer | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2016-05-21 22:07:39 +0100 |
commit | ccfcca4a0c173dd3bf3f5187b021fe236e8d28a2 (patch) | |
tree | 1535374dea7a94847682b5f7c1e30624d4555524 | |
parent | 7fd8e21628de0bb2890ae0afa194c545aafa7931 (diff) | |
download | riscv-openocd-ccfcca4a0c173dd3bf3f5187b021fe236e8d28a2.zip riscv-openocd-ccfcca4a0c173dd3bf3f5187b021fe236e8d28a2.tar.gz riscv-openocd-ccfcca4a0c173dd3bf3f5187b021fe236e8d28a2.tar.bz2 |
xmc4500: Disable SRST for SDRAM App Kit
Just like observed with the General App Kit earlier, it now started to
fail halting:
SWD IDCODE 0x2ba01477
TARGET: xmc4500.cpu - Not halted
in procedure 'reset'
in procedure 'ocd_bouncer'
SWD IDCODE 0x2ba01477
Halt timed out, wake up GDB.
Rely on the target's default sysresetreq behavior to allow flashing to
work seemlessly again.
Change-Id: Ib9ce5f2c0ab99dca6d0fc74435fe26a58437fae5
Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-on: http://openocd.zylin.com/3416
Tested-by: jenkins
Reviewed-by: Jeff Ciesielski <jeffciesielski@gmail.com>
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
-rw-r--r-- | tcl/board/xmc4500-application-kit-sdram.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcl/board/xmc4500-application-kit-sdram.cfg b/tcl/board/xmc4500-application-kit-sdram.cfg index f3d8825..fe44d01 100644 --- a/tcl/board/xmc4500-application-kit-sdram.cfg +++ b/tcl/board/xmc4500-application-kit-sdram.cfg @@ -8,5 +8,3 @@ set CHIPNAME xmc4500 source [find target/xmc4xxx.cfg] - -reset_config srst_only |