at91rm9200-ek: add low default communication speed

This commit is contained in:
Jonas Hoerberg 2011-05-05 08:02:21 +00:00 committed by Øyvind Harboe
parent 522d5b84e2
commit 2889471b58
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ $_TARGETNAME configure -event reset-init { at91rm9200_ek_init }
set _FLASHNAME $_CHIPNAME.flash
flash bank $_FLASHNAME cfi 0x10000000 0x00800000 2 2 $_TARGETNAME
# The chip may run @ 32khz, so set a really low JTAG speed
adapter_khz 8
proc at91rm9200_ek_init { } {
# Try to run at 1khz... Yea, that slow!