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.
 
 
 
 
 
 

16 lines
376 B

  1. #
  2. # TI/Luminary Stellaris LM3S8962 Evaluation Kits
  3. #
  4. # http://www.ti.com/tool/ek-lm3s8962
  5. #
  6. # NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
  7. # so is using it in JTAG mode, as done here.
  8. source [find interface/luminary.cfg]
  9. # 64k working area
  10. set WORKAREASIZE 0x10000
  11. set CHIPNAME lm3s8962
  12. # include the target config
  13. source [find target/stellaris.cfg]