quickdev16/poc/lpc2148_blinky/openocd_ftdi02.cfg
david 45548384d4 o add arm lpc2148 helloword
o opencd config for mac
2009-02-14 14:56:43 +01:00

36 lines
948 B
INI

#daemon configuration
telnet_port 4444
gdb_port 3333
#interface
interface ft2232
ft2232_device_desc "Lockenkopf v.2 A"
ft2232_layout usbjtag
ft2232_vid_pid 0x0403 0x6010
jtag_speed 3
jtag_nsrst_delay 800
jtag_ntrst_delay 800
#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 configuration
daemon_startup reset
#target <type> <startup mode>
#target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4
run_and_halt_time 0 30
working_area 0 0x40000000 0x40000 nobackup
#flash configur on
#flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v2 0 12000 calc_checksum
#flash bank lpc2000 0x0 0x04000 0 0 lpc2000_v2 0 12000 calc_checksum
flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v2 12000 calc_checksum