X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Ftarget%2Fzy1000.cfg;h=5a2fab68211a320df937c2206580ed4368fb5ad6;hp=e6929f222fcbc7cf0e657d2cfcf09cbdd5885cf6;hb=5c2b85dfecb107b31799f736dfcfeb4d96bd6ed6;hpb=75e69503b9ca22136e261f889058e003b4622286 diff --git a/src/target/target/zy1000.cfg b/src/target/target/zy1000.cfg index e6929f222f..5a2fab6821 100644 --- a/src/target/target/zy1000.cfg +++ b/src/target/target/zy1000.cfg @@ -1,30 +1,30 @@ -#Script for ZY1000 - -#Atmel ties SRST & TRST together, at which point it makes -#no sense to use TRST, but use TMS instead. -# -#The annoying thing with tying SRST & TRST together is that -#there is no way to halt the CPU *before and during* the -#SRST reset, which means that the CPU will run a number -#of cycles before it can be halted(as much as milliseconds). -reset_config srst_only srst_pulls_trst - -#jtag scan chain -#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) -jtag_device 4 0x1 0xf 0xe - -#target configuration -#target arm7tdmi -target arm7tdmi little reset_init 0 arm7tdmi-s_r4 - -# at CPU CLK <32kHz this must be disabled -arm7 fast_memory_access enable -arm7_9 dcc_downloads enable - - -flash bank ecosflash 0x01000000 0x200000 2 2 0 /rom/at91eb40a.elf -target_script 0 reset event/zy1000_reset.script - -# required for usable performance. Used for lots of -# other things than flash programming. -working_area 0 0x00000000 0x20000 nobackup +#Script for ZY1000 + +#Atmel ties SRST & TRST together, at which point it makes +#no sense to use TRST, but use TMS instead. +# +#The annoying thing with tying SRST & TRST together is that +#there is no way to halt the CPU *before and during* the +#SRST reset, which means that the CPU will run a number +#of cycles before it can be halted(as much as milliseconds). +reset_config srst_only srst_pulls_trst + +#jtag scan chain +#format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) +jtag_device 4 0x1 0xf 0xe + +#target configuration +#target arm7tdmi +target arm7tdmi little reset_init 0 arm7tdmi-s_r4 + +# at CPU CLK <32kHz this must be disabled +arm7 fast_memory_access enable +arm7_9 dcc_downloads enable + + +flash bank ecosflash 0x01000000 0x200000 2 2 0 /rom/at91eb40a.elf +target_script 0 reset event/zy1000_reset.script + +# required for usable performance. Used for lots of +# other things than flash programming. +working_area 0 0x00000000 0x20000 nobackup