Skip to content
Snippets Groups Projects
Select Git revision
  • ee8df96b2b064fd666e9a3aa8b8f03eb0f2bd75f
  • master default protected
  • v0.10.0
  • v0.10.0-rc2
  • v0.10.0-rc1
  • v0.9.0
  • v0.9.0-rc1
  • v0.8.0
  • v0.8.0-rc2
  • v0.8.0-rc1
  • v0.7.0
  • v0.7.0-rc2
  • v0.7.0-rc1
  • v0.6.1
  • v0.6.0
  • v0.6.0-rc2
  • v0.6.0-rc1
  • v0.5.0
  • v0.5.0-rc2
  • v0.5.0-rc1
  • v0.4.0
  • v0.4.0-rc2
22 results

lpc1756.cfg

Blame
  • user avatar
    Vandra Akos authored and Freddie Chopin committed
    lpc1751, lpc1752, lpc1754, lpc1756, lpc1758, lpc1759
    lpc1763, lpc1764, lpc1765, lpc1766, lpc1767, lpc1768, lpc1769
    
    Change-Id: I740b66930cd379c9390f3c1031cdbada747a6ce4
    Signed-off-by: default avatarVandra Akos <axos88@gmail.com>
    Reviewed-on: http://openocd.zylin.com/676
    
    
    Reviewed-by: default avatarFreddie Chopin <freddie.chopin@gmail.com>
    Tested-by: jenkins
    ee8df96b
    History
    lpc1756.cfg 683 B
    # !!!!!!!!!!!!
    # ! UNTESTED !
    # !!!!!!!!!!!!
    
    # NXP LPC1756 Cortex-M3 with 256kB Flash and 16kB+16kB Local On-Chip SRAM,
    set CHIPNAME lpc1756
    set CPUTAPID 0x4ba00477
    set CPURAMSIZE 0x8000
    set CPUROMSIZE 0x40000
    
    # After reset the chip is clocked by the ~4MHz internal RC oscillator.
    # When board-specific code (reset-init handler or device firmware)
    # configures another oscillator and/or PLL0, set CCLK to match; if
    # you don't, then flash erase and write operations may misbehave.
    # (The ROM code doing those updates cares about core clock speed...)
    #
    # CCLK is the core clock frequency in KHz
    set CCLK 4000
    
    #Include the main configuration file.
    source [find target/lpc17xx.cfg];