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.
 
 
 
 
 
 

18 lines
362 B

  1. # Board from IAR KickStart Kit for LPC1768
  2. # See www.iar.com and also
  3. # http://www.olimex.com/dev/lpc-1766stk.html
  4. #
  5. source [find target/lpc1768.cfg]
  6. # The chip has just been reset.
  7. #
  8. $_TARGETNAME configure -event reset-init {
  9. # FIXME update the core clock to run at 100 MHz;
  10. # and update JTAG clocking similarly; then
  11. # make CCLK match,
  12. flash probe 0
  13. }