X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=tcl%2Ftarget%2Fti_dm355.cfg;h=abfba10972e33993124f0e124bc72f2698560021;hp=e5ef8cd2fc1d86e9dc337225d8184fa7223b0956;hb=108028112fdf285cd74eaf50d6a353a09039bb7f;hpb=d20103cd93641bca44f737b45004f495cb24a27f diff --git a/tcl/target/ti_dm355.cfg b/tcl/target/ti_dm355.cfg index e5ef8cd2fc..abfba10972 100644 --- a/tcl/target/ti_dm355.cfg +++ b/tcl/target/ti_dm355.cfg @@ -86,6 +86,12 @@ $_TARGETNAME configure \ -work-area-size 0x4000 \ -work-area-backup 0 +# be absolutely certain the JTAG clock will work with the worst-case +# CLKIN = 24 MHz (best case: 36 MHz) even when no bootloader turns +# on the PLL and starts using it. OK to speed up after clock setup. +jtag_rclk 1500 +$_TARGETNAME configure -event "reset-start" { jtag_rclk 1500 } + arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable