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.
 
 
 
 
 
 

23 lines
563 B

  1. #
  2. # TI/Luminary Stellaris LM3S1968 Evaluation Kits
  3. #
  4. # http://www.luminarymicro.com/products/lm3s1968_evaluation_kits.html
  5. # NOTE: to use J-Link instead of the on-board interface,
  6. # you may also need to reduce adapter_khz to be about 1200.
  7. # source [find interface/jlink.cfg]
  8. # include the FT2232 interface config for on-board JTAG interface
  9. source [find interface/luminary.cfg]
  10. # include the target config
  11. source [find target/lm3s1968.cfg]
  12. # jtag speed
  13. adapter_khz 3000
  14. jtag_nsrst_delay 100
  15. #LM3S1968 Evaluation Board has only srst
  16. reset_config srst_only