From dff7bf1b09e3efe70b5c654664cff5d5cb0cb1db Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Wed, 29 Apr 2015 20:03:18 -0300 Subject: Add initial demo for WVSHARE BLE400 --- demos/NRF51/RT-WVSHARE_BLE400/debug/openocd.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 demos/NRF51/RT-WVSHARE_BLE400/debug/openocd.cfg (limited to 'demos/NRF51/RT-WVSHARE_BLE400/debug') diff --git a/demos/NRF51/RT-WVSHARE_BLE400/debug/openocd.cfg b/demos/NRF51/RT-WVSHARE_BLE400/debug/openocd.cfg new file mode 100644 index 0000000..1cb3a16 --- /dev/null +++ b/demos/NRF51/RT-WVSHARE_BLE400/debug/openocd.cfg @@ -0,0 +1,15 @@ +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 -- cgit v1.2.3