X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftarget%2Ftarget%2Fstr710.cfg;fp=src%2Ftarget%2Ftarget%2Fstr710.cfg;h=ebf6b9b2341d3763a2f1e7191c74ed80ebf40153;hb=72abcddbeb5ff2eb0cb259b0f4680fc0a77b9b3a;hp=0000000000000000000000000000000000000000;hpb=9a53295862e376415e3802dfa643fa642d5f83e5;p=openocd.git diff --git a/src/target/target/str710.cfg b/src/target/target/str710.cfg new file mode 100644 index 0000000000..ebf6b9b234 --- /dev/null +++ b/src/target/target/str710.cfg @@ -0,0 +1,21 @@ +#use combined on interfaces or targets that can't set TRST/SRST separately +reset_config trst_and_srst 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 +#target arm7tdmi +target arm7tdmi little run_and_halt 0 arm7tdmi +run_and_halt_time 0 30 + +target_script 0 gdb_program_config event/str710_program.script + +working_area 0 0x2000C000 0x4000 nobackup + +#flash bank str7x 0 0 +flash bank str7x 0x40000000 0x00040000 0 0 0 STR71x + +# For more information about the configuration files, take a look at: +# http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger