From: ntfreak Date: Fri, 4 Jul 2008 17:33:46 +0000 (+0000) Subject: - added jtag_khz to target scripts X-Git-Tag: v0.1.0~546 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=d0bd3b719eb863657136365dcc27b8ae5964b519 - added jtag_khz to target scripts git-svn-id: svn://svn.berlios.de/openocd/trunk@750 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/target/target/lm3s6965.cfg b/src/target/target/lm3s6965.cfg index 9b21cba0e1..f7ea0abb5a 100644 --- a/src/target/target/lm3s6965.cfg +++ b/src/target/target/lm3s6965.cfg @@ -1,3 +1,8 @@ +# script for luminary lm3s6965 + +# jtag speed +jtag_khz 500 + jtag_nsrst_delay 100 jtag_ntrst_delay 100 diff --git a/src/target/target/lm3s811.cfg b/src/target/target/lm3s811.cfg index 9d13d7b1a4..f050c29745 100644 --- a/src/target/target/lm3s811.cfg +++ b/src/target/target/lm3s811.cfg @@ -1,3 +1,8 @@ +# Script for luminary lm3s811 + +# jtag speed +jtag_khz 500 + jtag_nsrst_delay 100 jtag_ntrst_delay 100 diff --git a/src/target/target/stm32.cfg b/src/target/target/stm32.cfg index 371e4ab3d0..7779f19a28 100644 --- a/src/target/target/stm32.cfg +++ b/src/target/target/stm32.cfg @@ -1,3 +1,8 @@ +# script for stm32 + +# jtag speed +jtag_khz 500 + jtag_nsrst_delay 100 jtag_ntrst_delay 100 diff --git a/src/target/target/stm32stick.cfg b/src/target/target/stm32stick.cfg index 37a282aaa2..36192c8e49 100644 --- a/src/target/target/stm32stick.cfg +++ b/src/target/target/stm32stick.cfg @@ -1,4 +1,8 @@ # Hitex stm32 performance stick + +# set jtag speed +jtag_khz 500 + jtag_nsrst_delay 100 jtag_ntrst_delay 100 diff --git a/src/target/target/str710.cfg b/src/target/target/str710.cfg index 18a4795036..2057ef0038 100644 --- a/src/target/target/str710.cfg +++ b/src/target/target/str710.cfg @@ -1,5 +1,5 @@ #start slow, speed up after reset -jtag_khz 10, 16000 +jtag_khz 10, 6000 #use combined on interfaces or targets that can't set TRST/SRST separately reset_config trst_and_srst srst_pulls_trst diff --git a/src/target/target/str730.cfg b/src/target/target/str730.cfg index 0837018096..9965fa3d9f 100644 --- a/src/target/target/str730.cfg +++ b/src/target/target/str730.cfg @@ -1,5 +1,7 @@ #STR730 CPU +jtag_khz 10, 3000 + #use combined on interfaces or targets that can’t set TRST/SRST separately #reset_config trst_and_srst srst_pulls_trst reset_config trst_and_srst srst_pulls_trst diff --git a/src/target/target/str750.cfg b/src/target/target/str750.cfg index 33136d8640..c87f5d090d 100644 --- a/src/target/target/str750.cfg +++ b/src/target/target/str750.cfg @@ -1,5 +1,8 @@ #STR750 CPU +# jtag speed +jtag_khz 10, 3000 + #use combined on interfaces or targets that can’t set TRST/SRST separately #reset_config trst_and_srst srst_pulls_trst reset_config trst_and_srst srst_pulls_trst diff --git a/src/target/target/str912.cfg b/src/target/target/str912.cfg index 8200c0f01c..fc61bc1e5c 100644 --- a/src/target/target/str912.cfg +++ b/src/target/target/str912.cfg @@ -1,8 +1,11 @@ +# script for str9 + +# jtag speed +jtag_khz 16 3000 + jtag_nsrst_delay 100 jtag_ntrst_delay 100 -jtag_khz 16 2000 - #use combined on interfaces or targets that can't set TRST/SRST separately reset_config trst_and_srst diff --git a/src/target/target/str9comstick.cfg b/src/target/target/str9comstick.cfg index 9375b77d38..71664567bf 100644 --- a/src/target/target/str9comstick.cfg +++ b/src/target/target/str9comstick.cfg @@ -1,4 +1,8 @@ #Hitex STR9 Comstick + +# set jtag speed +jtag_khz 3000 + jtag_nsrst_delay 100 jtag_ntrst_delay 100 #use combined on interfaces or targets that can’t set TRST/SRST separately