enut3ocd.cfg 935 B

12345678910111213141516171819202122232425262728293031323334
  1. #daemon configuration
  2. telnet_port 4444
  3. gdb_port 3333
  4. daemon_startup reset
  5. #interface
  6. interface ft2232
  7. ft2232_device_desc "Turtelizer JTAG/RS232 Adapter"
  8. ft2232_layout turtelizer2
  9. ft2232_vid_pid 0x0403 0xbdc8
  10. jtag_speed 0
  11. #use combined on interfaces or targets that can't set TRST/SRST separately
  12. reset_config srst_only srst_pulls_trst
  13. jtag_nsrst_delay 280
  14. jtag_ntrst_delay 280
  15. #jtag scan chain
  16. #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
  17. jtag_device 4 0x1 0xf 0xe
  18. #target configuration
  19. #target <type> <startup mode>
  20. #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
  21. target arm7tdmi little run_and_init 0
  22. run_and_halt_time 0 20
  23. target_script 0 reset enut3ocd.ini
  24. working_area 0 0x3C000 0x4000 nobackup
  25. flash bank cfi 0x10000000 0x400000 2 2 0
  26. # For more information about the configuration files, take a look at:
  27. # http://openfacts.berlios.de/index-en.phtml?title=Open+On-Chip+Debugger