From 32e57dac2e61e79b029593eb4d34d727bcc10678 Mon Sep 17 00:00:00 2001 From: iperry Date: Thu, 17 Dec 2009 02:37:07 +0000 Subject: Initial commit of library code, moved from leaftest repo git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@69 749a229e-a60e-11de-b98f-4500b42dc123 --- .../DAC/DualModeDMA_SineWave/jtag/openocd.cfg | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100755 src/stm32lib/examples/DAC/DualModeDMA_SineWave/jtag/openocd.cfg (limited to 'src/stm32lib/examples/DAC/DualModeDMA_SineWave/jtag/openocd.cfg') diff --git a/src/stm32lib/examples/DAC/DualModeDMA_SineWave/jtag/openocd.cfg b/src/stm32lib/examples/DAC/DualModeDMA_SineWave/jtag/openocd.cfg new file mode 100755 index 0000000..34d57ff --- /dev/null +++ b/src/stm32lib/examples/DAC/DualModeDMA_SineWave/jtag/openocd.cfg @@ -0,0 +1,60 @@ +# Open On-Chip Debugger +# (c) 2005 by Dominic Rath +# (snapshot r247 from SVN tree + giveio, no official release, compiled my mifi) +# +# --help | -h display this help +# --file | -f use configuration file +# --debug | -d set debug level <0-3> +# --log_output | -l redirect log output to file + + +# daemon configuration + +# logging +#debug 3 + +# default ports +telnet_port 4444 +gdb_port 3333 + +daemon_startup reset + +#gdb_flash_program enable + + +# interface configuration + +interface ft2232 +ft2232_device_desc "Olimex OpenOCD JTAG" +ft2232_layout olimex-jtag +ft2232_vid_pid 0x15ba 0x0003 + +jtag_nsrst_delay 100 +jtag_ntrst_delay 100 + +reset_config trst_and_srst + + +# scan chain configuration + +# jtag_device L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE) +jtag_device 4 0x1 0xf 0xe +jtag_device 5 0x1 0x1 0x1e + + +# target configuration + +# target +# target cortex_m3 +target cortex_m3 little reset_halt 0 +#target cortex_m3 little run_and_halt 0 + +# run_and_halt_time +#run_and_halt_time 0 0 + +# working_area
+working_area 0 0x20000000 0x5000 nobackup + +# flash bank [options] +# flash bank stm32x 0 0 +flash bank stm32x 0x08000000 0x20000 0 0 0 -- cgit v1.2.3