Skip to content
Snippets Groups Projects
Commit d177ae04 authored by Spencer Oliver's avatar Spencer Oliver
Browse files

cfg: EFM32 supports SYSRESETREQ so use it


Change-Id: If52fdea025a2f9620ad4ddacfb83cbb83a94944d
Signed-off-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/1541
Tested-by: jenkins
parent 017a2020
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ if { [info exists CPUTAPID] } {
set _CPUTAPID 0x2ba01477
}
# EFM32 MCUs only support SW interface
# EFM32 MCUs only support SWD interface
set _TRANSPORT hla_swd
transport select $_TRANSPORT
......@@ -36,3 +36,7 @@ $_TARGETNAME configure -work-area-phys 0x10000000 -work-area-size $_WORKAREASIZE
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME efm32 0 0 0 0 $_TARGETNAME
# if srst is not fitted use SYSRESETREQ to
# perform a soft reset
cortex_m reset_config sysresetreq
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment