2009-05-18 07:04:58 +00:00
|
|
|
# Hitex stm32 performance stick
|
|
|
|
|
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
|
2009-05-18 07:04:58 +00:00
|
|
|
jtag newtap $_CHIPNAME unknown -irlen 4 -ircapture 0x1 -irmask 0x0f
|
|
|
|
|