diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-18 15:54:13 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-17 03:50:07 -0700 |
| commit | bcc65597d3d20f1d58df784100af766cee5f0f20 (patch) | |
| tree | 5967a48c5f841aa04a58881248e164c424d1121b /src/lpc/registers.ld | |
| parent | 6735a391c2a1e3be01ac9e68b44ec0974592c11c (diff) | |
lpc: Initial lpcxpresso bits
This gets the LPC11U14 clock set to the PLL and blinks the LED.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/registers.ld')
| -rw-r--r-- | src/lpc/registers.ld | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lpc/registers.ld b/src/lpc/registers.ld new file mode 100644 index 00000000..cd6ac5f5 --- /dev/null +++ b/src/lpc/registers.ld @@ -0,0 +1,9 @@ +lpc_usart = 0x40008000; +lpc_flash = 0x4003c000; +lpc_ioconf = 0x40044000; +lpc_scb = 0x40048000; +lpc_gpio_pin = 0x4004c000; +lpc_gpio_group0 = 0x4005c000; +lpc_gpio_group1 = 0x40060000; +lpc_gpio = 0x50000000; +lpc_systick = 0xe000e000; |
