tcl/board: Add config for STM32WB Nucleo board
[fw/openocd] / tcl / board / imx53loco.cfg
index d9d75f49d80d1f7c87d279750bddbec2cffcf974..06c3993781e93d6eb1481ca1833f179022b87741 100644 (file)
@@ -15,12 +15,16 @@ echo "iMX53 Loco board lodaded."
 
 adapter_khz 3000
 
+# Slow speed to be sure it will work
+jtag_rclk 1000
+$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
+
 #jtag_nsrst_delay 200
 #jtag_ntrst_delay 200
 
 $_TARGETNAME configure -event "reset-assert" {
        echo "Reseting ...."
-       #cortex_a8 dbginit
+       #cortex_a dbginit
 }
 
 $_TARGETNAME configure -event reset-init { loco_init }