X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fdsp568013.cfg;h=67d44192eea366d421e18f7292415a28baa3b1e0;hp=80adc7639445cac243331a1000e59df23a9205e2;hb=78c87f5e81f8b3ee2a72aa546f87985596cb2b9f;hpb=fbbce951402bc08367786f2ba2ce3af549d0d5a5 diff --git a/tcl/target/dsp568013.cfg b/tcl/target/dsp568013.cfg index 80adc76394..67d44192ee 100644 --- a/tcl/target/dsp568013.cfg +++ b/tcl/target/dsp568013.cfg @@ -1,27 +1,26 @@ # Script for freescale DSP568013 -if { [info exists CHIPNAME] } { - set _CHIPNAME $CHIPNAME -} else { - set _CHIPNAME dsp568013 +if { [info exists CHIPNAME] } { + set _CHIPNAME $CHIPNAME +} else { + set _CHIPNAME dsp568013 } -if { [info exists ENDIAN] } { - set _ENDIAN $ENDIAN -} else { +if { [info exists ENDIAN] } { + set _ENDIAN $ENDIAN +} else { # this defaults to a big endian - set _ENDIAN little + set _ENDIAN little } -if { [info exists CPUTAPID ] } { +if { [info exists CPUTAPID] } { set _CPUTAPID $CPUTAPID } else { - # force an error till we get a good number set _CPUTAPID 0x01f2401d } #jtag speed -adapter_khz 800 +adapter speed 800 reset_config srst_only @@ -36,7 +35,7 @@ set _TARGETNAME $_CHIPNAME.cpu target create $_TARGETNAME dsp5680xx -endian $_ENDIAN -chain-position $_TARGETNAME # Setup the interesting tap -# Disable polling to be able to get idcode from core tap. If re enabled, can be re enabled, but it should be disabled to correctly unlock flash (operations requiere certain instruction to be in the IR register during reset, and polling would change this) +# Disable polling to be able to get idcode from core tap. If re enabled, can be re enabled, but it should be disabled to correctly unlock flash (operations require certain instruction to be in the IR register during reset, and polling would change this) jtag configure $_CHIPNAME.chp -event setup " jtag tapenable $_TARGETNAME poll off @@ -61,11 +60,11 @@ jtag configure $_CHIPNAME.chp -event tap-enable " #disables the master tap jtag configure $_TARGETNAME -event tap-disable " " -#TODO FIND SMARTER WAY. +#TODO FIND SMARTER WAY. jtag configure $_CHIPNAME.chp -event tap-disable " " -#TODO FIND SMARTER WAY. +#TODO FIND SMARTER WAY. #working area at base of ram @@ -74,4 +73,3 @@ $_TARGETNAME configure -work-area-virt 0 #setup flash set _FLASHNAME $_CHIPNAME.flash flash bank $_FLASHNAME dsp5680xx_flash 0 0 2 1 $_TARGETNAME -