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.
 
 
 
 
 
 

22 lines
683 B

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