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.
 
 
 
 
 
 

26 lines
702 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. # NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
  10. # so is using in JTAG mode, as done here.
  11. source [find interface/luminary.cfg]
  12. # include the target config
  13. set CHIPNAME lm3s1968
  14. source [find target/stellaris.cfg]
  15. # jtag speed
  16. adapter_khz 3000
  17. adapter_nsrst_delay 100
  18. #LM3S1968 Evaluation Board has only srst
  19. reset_config srst_only