diff options
author | Rodrigo L. Rosa <rodrigorosa.lg@gmail.com> | 2011-05-17 19:41:21 -0700 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-05-18 18:47:55 +0200 |
commit | 129f099ef19dd2082d3903600303fe5f4a2c4486 (patch) | |
tree | 53ae4bb8e1ccf8f43c8d740ba91e4790fc3c0e37 /tcl | |
parent | 9d4aec6bda90ad39a140747ea270c6a09dd26440 (diff) | |
download | openocd+libswd-129f099ef19dd2082d3903600303fe5f4a2c4486.tar.gz openocd+libswd-129f099ef19dd2082d3903600303fe5f4a2c4486.tar.bz2 openocd+libswd-129f099ef19dd2082d3903600303fe5f4a2c4486.tar.xz openocd+libswd-129f099ef19dd2082d3903600303fe5f4a2c4486.zip |
flash support (only full erase/write) for 568013 and 568037
Diffstat (limited to 'tcl')
-rw-r--r-- | tcl/target/dsp568013.cfg | 4 | ||||
-rw-r--r-- | tcl/target/dsp568037.cfg | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tcl/target/dsp568013.cfg b/tcl/target/dsp568013.cfg index 19403098..fa7c4d95 100644 --- a/tcl/target/dsp568013.cfg +++ b/tcl/target/dsp568013.cfg @@ -68,6 +68,6 @@ jtag configure $_CHIPNAME.chp -event tap-disable " $_TARGETNAME configure -work-area-virt 0 #setup flash -#set _FLASHNAME $_CHIPNAME.flash -#flash bank $_FLASHNAME dsp5680xx_flash 0 0 2 1 $_TARGETNAME +set _FLASHNAME $_CHIPNAME.flash +flash bank $_FLASHNAME dsp5680xx_flash 0 0 2 1 $_TARGETNAME diff --git a/tcl/target/dsp568037.cfg b/tcl/target/dsp568037.cfg index 64cab81f..6089e9d2 100644 --- a/tcl/target/dsp568037.cfg +++ b/tcl/target/dsp568037.cfg @@ -68,6 +68,6 @@ jtag configure $_CHIPNAME.chp -event tap-disable " $_TARGETNAME configure -work-area-virt 0 #setup flash -#set _FLASHNAME $_CHIPNAME.flash -#flash bank $_FLASHNAME dsp5680xx_flash 0 0 2 1 $_TARGETNAME +set _FLASHNAME $_CHIPNAME.flash +flash bank $_FLASHNAME dsp5680xx_flash 0 0 2 1 $_TARGETNAME |