[NRF51] Update openocd config file (0.9.0 has nrf51 target)

This commit is contained in:
Fabio Utzig 2015-07-26 19:57:00 -03:00
parent 62cd60e609
commit 956028f345
1 changed files with 2 additions and 11 deletions

View File

@ -1,15 +1,6 @@
source [find interface/stlink-v2.cfg]
set _CHIPNAME nrf51
set _TARGETNAME $_CHIPNAME.cpu
set _CPUTAPID 0x0bb11477
set _WORKAREASIZE 0x4000
transport select hla_swd
hla newtap $_CHIPNAME cpu -expected-id $_CPUTAPID
target create $_TARGETNAME hla_target -chain-position $_TARGETNAME
$_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0
flash bank $_CHIPNAME.flash nrf51 0x00000000 0 1 1 $_TARGETNAME
flash bank $_CHIPNAME.uicr nrf51 0x10001000 0 1 1 $_TARGETNAME
set WORKAREASIZE 0x4000
source [find target/nrf51.cfg]