2009-05-18 07:04:58 +00:00
|
|
|
# Hitex stm32 performance stick
|
|
|
|
|
2010-05-21 10:45:40 +00:00
|
|
|
reset_config trst_and_srst
|
|
|
|
|
|
|
|
source [find interface/stm32-stick.cfg]
|
|
|
|
|
2009-06-22 17:32:17 +00:00
|
|
|
set CHIPNAME stm32_hitex
|
|
|
|
source [find target/stm32.cfg]
|
2009-05-18 07:04:58 +00:00
|
|
|
|
|
|
|
# configure str750 connected to jtag chain
|
2009-06-22 17:32:17 +00:00
|
|
|
# FIXME -- source [find target/str750.cfg] after cleaning that up
|
2010-05-21 10:45:40 +00:00
|
|
|
jtag newtap str750 cpu -irlen 4 -ircapture 0x1 -irmask 0x0f -expected-id 0x4f1f0041
|
|
|
|
|
|
|
|
# for some reason this board like to startup @ 500kHz
|
|
|
|
adapter_khz 500
|
2009-05-18 07:04:58 +00:00
|
|
|
|