mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-21 10:53:58 +10:00
- added jtag_khz to target scripts
git-svn-id: svn://svn.berlios.de/openocd/trunk@750 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
b99b73a368
commit
d0bd3b719e
@ -1,3 +1,8 @@
|
|||||||
|
# script for luminary lm3s6965
|
||||||
|
|
||||||
|
# jtag speed
|
||||||
|
jtag_khz 500
|
||||||
|
|
||||||
jtag_nsrst_delay 100
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 100
|
jtag_ntrst_delay 100
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# Script for luminary lm3s811
|
||||||
|
|
||||||
|
# jtag speed
|
||||||
|
jtag_khz 500
|
||||||
|
|
||||||
jtag_nsrst_delay 100
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 100
|
jtag_ntrst_delay 100
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# script for stm32
|
||||||
|
|
||||||
|
# jtag speed
|
||||||
|
jtag_khz 500
|
||||||
|
|
||||||
jtag_nsrst_delay 100
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 100
|
jtag_ntrst_delay 100
|
||||||
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
# Hitex stm32 performance stick
|
# Hitex stm32 performance stick
|
||||||
|
|
||||||
|
# set jtag speed
|
||||||
|
jtag_khz 500
|
||||||
|
|
||||||
jtag_nsrst_delay 100
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 100
|
jtag_ntrst_delay 100
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#start slow, speed up after reset
|
#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
|
#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
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#STR730 CPU
|
#STR730 CPU
|
||||||
|
|
||||||
|
jtag_khz 10, 3000
|
||||||
|
|
||||||
#use combined on interfaces or targets that can’t set TRST/SRST separately
|
#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
|
||||||
reset_config trst_and_srst srst_pulls_trst
|
reset_config trst_and_srst srst_pulls_trst
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
#STR750 CPU
|
#STR750 CPU
|
||||||
|
|
||||||
|
# jtag speed
|
||||||
|
jtag_khz 10, 3000
|
||||||
|
|
||||||
#use combined on interfaces or targets that can’t set TRST/SRST separately
|
#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
|
||||||
reset_config trst_and_srst srst_pulls_trst
|
reset_config trst_and_srst srst_pulls_trst
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
|
# script for str9
|
||||||
|
|
||||||
|
# jtag speed
|
||||||
|
jtag_khz 16 3000
|
||||||
|
|
||||||
jtag_nsrst_delay 100
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 100
|
jtag_ntrst_delay 100
|
||||||
|
|
||||||
jtag_khz 16 2000
|
|
||||||
|
|
||||||
#use combined on interfaces or targets that can't set TRST/SRST separately
|
#use combined on interfaces or targets that can't set TRST/SRST separately
|
||||||
reset_config trst_and_srst
|
reset_config trst_and_srst
|
||||||
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#Hitex STR9 Comstick
|
#Hitex STR9 Comstick
|
||||||
|
|
||||||
|
# set jtag speed
|
||||||
|
jtag_khz 3000
|
||||||
|
|
||||||
jtag_nsrst_delay 100
|
jtag_nsrst_delay 100
|
||||||
jtag_ntrst_delay 100
|
jtag_ntrst_delay 100
|
||||||
#use combined on interfaces or targets that can’t set TRST/SRST separately
|
#use combined on interfaces or targets that can’t set TRST/SRST separately
|
||||||
|
Loading…
Reference in New Issue
Block a user