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
637 B

  1. # NXP LPC1768 Cortex-M3 with 512kB Flash and 32kB+32kB Local On-Chip SRAM,
  2. set CHIPNAME lpc1768
  3. set CPUTAPID 0x4ba00477
  4. set CPURAMSIZE 0x8000
  5. set CPUROMSIZE 0x80000
  6. # After reset the chip is clocked by the ~4MHz internal RC oscillator.
  7. # When board-specific code (reset-init handler or device firmware)
  8. # configures another oscillator and/or PLL0, set CCLK to match; if
  9. # you don't, then flash erase and write operations may misbehave.
  10. # (The ROM code doing those updates cares about core clock speed...)
  11. #
  12. # CCLK is the core clock frequency in KHz
  13. set CCLK 4000
  14. #Include the main configuration file.
  15. source [find target/lpc17xx.cfg];