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.
 
 
 
 
 
 

29 lines
758 B

  1. #daemon configuration
  2. telnet_port 4444
  3. gdb_port 3333
  4. #interface
  5. interface ft2232
  6. ft2232_device_desc "Stellaris Evaluation Board A"
  7. ft2232_layout evb_lm3s811
  8. ft2232_vid_pid 0x0403 0xbcd9
  9. jtag_speed 40
  10. #LM3S811 Evaluation Board has only srst
  11. reset_config srst_only separate
  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 attach
  17. #target <type> <startup mode>
  18. #target arm7tdmi <reset mode> <chainpos> <endianness> <variant>
  19. target cortex_m3 little run_and_halt 0
  20. # 4k working area at base of ram
  21. working_area 0 0x20000800 0x1200 nobackup
  22. #target_script 0 reset ../doc/scripts/evb_lm3s811_test.script
  23. #flash configuration
  24. flash bank stellaris 0 0 0 0 0