openocd_ftdi02.cfg 948 B

1234567891011121314151617181920212223242526272829303132333435
  1. #daemon configuration
  2. telnet_port 4444
  3. gdb_port 3333
  4. #interface
  5. interface ft2232
  6. ft2232_device_desc "Lockenkopf v.2 A"
  7. ft2232_layout usbjtag
  8. ft2232_vid_pid 0x0403 0x6010
  9. jtag_speed 3
  10. jtag_nsrst_delay 800
  11. jtag_ntrst_delay 800
  12. #use combined on interfaces or targets that can't set TRST/SRST separately
  13. reset_config trst_and_srst srst_pulls_trst
  14. #jtag scan chain
  15. #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
  16. jtag_device 4 0x1 0xf 0xe
  17. #target configuration
  18. daemon_startup reset
  19. #target <type> <startup mode>
  20. #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
  21. target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4
  22. run_and_halt_time 0 30
  23. working_area 0 0x40000000 0x40000 nobackup
  24. #flash configur on
  25. #flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v2 0 12000 calc_checksum
  26. #flash bank lpc2000 0x0 0x04000 0 0 lpc2000_v2 0 12000 calc_checksum
  27. flash bank lpc2000 0x0 0x40000 0 0 0 lpc2000_v2 12000 calc_checksum