tcl/target: Use sysresetreq for MSP432 targets
Confirmed that sysresetreq is supported and works better for MSP432P4 and MSP432E4 targets than srst that was previously being used. Tested on MSP432P4111, MSP432P401R, and MSP432E401Y Launchpads. Change-Id: I1454c3379b9300bc133f82a766daeaefb98dbaac Signed-off-by: Edward Fewell <efewell@ti.com> Reviewed-on: http://openocd.zylin.com/5488 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
c9ebd488ea
commit
76ba9bd0b3
|
@ -42,10 +42,10 @@ if { [info exists WORKAREASIZE] } {
|
|||
set _WORKAREASIZE 0x4000
|
||||
}
|
||||
|
||||
|
||||
$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
|
||||
|
||||
set _FLASHNAME $_CHIPNAME.flash
|
||||
flash bank $_FLASHNAME msp432 0 0 0 0 $_TARGETNAME
|
||||
|
||||
reset_config srst_only
|
||||
adapter srst delay 100
|
||||
cortex_m reset_config sysresetreq
|
||||
|
|
Loading…
Reference in New Issue