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.
 
 
 
 
 
 

20 lines
574 B

  1. #
  2. # TI/Luminary Stellaris LM3S1968 Evaluation Kits
  3. #
  4. # http://www.ti.com/tool/ek-lm3s1968
  5. #
  6. # NOTE: to use J-Link instead of the on-board interface,
  7. # you may also need to reduce adapter_khz to be about 1200.
  8. # source [find interface/jlink.cfg]
  9. # include the FT2232 interface config for on-board JTAG interface
  10. # NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
  11. # so is using in JTAG mode, as done here.
  12. source [find interface/luminary.cfg]
  13. # include the target config
  14. set WORKAREASIZE 0x2000
  15. set CHIPNAME lm3s1968
  16. source [find target/stellaris.cfg]