X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=tcl%2Fboard%2Fcsb337.cfg;h=5e225f5f549de04f21d3dabe413cbe130d36ad26;hb=6090a5b158ad212a54510f061226ca58155b51fe;hp=de196604812b59ddace7d955aceb468f508d7b29;hpb=2dfa5e9c844a5a3f8aaca146c874f13570b8f667;p=openocd.git diff --git a/tcl/board/csb337.cfg b/tcl/board/csb337.cfg index de19660481..5e225f5f54 100644 --- a/tcl/board/csb337.cfg +++ b/tcl/board/csb337.cfg @@ -19,7 +19,7 @@ if { [info exists ETM_DRIVER] } { proc csb337_clk_init { } { # CPU is in Slow Clock Mode (32KiHz) ... needs slow JTAG clock - jtag_khz 8 + adapter_khz 8 # CKGR_MOR: start main oscillator (3.6864 MHz) mww 0xfffffc20 0xff01 @@ -37,7 +37,7 @@ proc csb337_clk_init { } { sleep 20 # CPU is in Normal Mode ... allows faster JTAG clock speed - jtag_khz 40000 + adapter_khz 40000 } proc csb337_nor_init { } { @@ -113,3 +113,5 @@ proc csb337_reset_init { } { } $_TARGETNAME configure -event reset-init {csb337_reset_init} + +arm7_9 fast_memory_access enable