]> git.gag.com Git - fw/openocd/blob - src/target/target/zy1000.cfg
added at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfg
[fw/openocd] / src / target / target / zy1000.cfg
1 #Script for ZY1000\r
2 \r
3 #Atmel ties SRST & TRST together, at which point it makes\r
4 #no sense to use TRST, but use TMS instead.\r
5 #\r
6 #The annoying thing with tying SRST & TRST together is that\r
7 #there is no way to halt the CPU *before and during* the\r
8 #SRST reset, which means that the CPU will run a number\r
9 #of cycles before it can be halted(as much as milliseconds).\r
10 reset_config srst_only srst_pulls_trst\r
11  \r
12 #jtag scan chain\r
13 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)\r
14 jtag_device 4 0x1 0xf 0xe\r
15 \r
16 #target configuration\r
17 #target arm7tdmi <endianness> <reset mode> <chainpos> <variant>\r
18 target arm7tdmi little reset_init 0 arm7tdmi-s_r4\r
19 \r
20 # at CPU CLK <32kHz this must be disabled\r
21 arm7 fast_memory_access enable\r
22 arm7_9 dcc_downloads enable\r
23 \r
24 \r
25 flash bank ecosflash 0x01000000 0x200000 2 2 0 /rom/at91eb40a.elf\r
26 target_script 0 reset event/zy1000_reset.script\r
27 \r
28 # required for usable performance. Used for lots of\r
29 # other things than flash programming.\r
30 working_area 0 0x00000000 0x20000 nobackup\r