You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
846 B

  1. #daemon configuration
  2. telnet_port 4444
  3. gdb_port 3333
  4. #interface
  5. interface ftd2xx
  6. ftd2xx_device_desc "Amontec JTAGkey A"
  7. ftd2xx_layout jtagkey
  8. ftd2xx_vid_pid 0x0403 0xcff8
  9. jtag_speed 2
  10. #use combined on interfaces or targets that can't set TRST/SRST separately
  11. reset_config trst_and_srst srst_pulls_trst
  12. #jtag scan chain
  13. #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
  14. jtag_device 4 0x1 0xf 0xe
  15. #target configuration
  16. daemon_startup reset
  17. #target <type> <startup mode>
  18. #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
  19. target arm7tdmi little run_and_halt 0 arm7tdmi-s_r4
  20. target_script 0 reset h2294_init.script
  21. run_and_halt_time 0 30
  22. working_area 0 0x40000000 0x40000 nobackup
  23. #flash configuration
  24. flash bank lpc2000 0x0 0x40000 0 0 lpc2000_v1 0 14765 calc_checksum
  25. flash bank cfi 0x80000000 0x400000 2 2 0