diff options
| author | Keith Packard <keithp@keithp.com> | 2013-04-20 00:20:55 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-17 03:50:07 -0700 |
| commit | 9e8f6ba8b779cd9635f82d6da5f113715c3ee4c7 (patch) | |
| tree | 1fe626c49e3749630063b623a17f9a8c578cc112 /src/lpc/registers.ld | |
| parent | f9d0eb3f3154f98abb0c8952d7171f3e7d3de9b2 (diff) | |
altos/lpc: Get USART running
Adds a simple demo thread that spews data to the serial port
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/registers.ld')
| -rw-r--r-- | src/lpc/registers.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc/registers.ld b/src/lpc/registers.ld index cd6ac5f5..e444d832 100644 --- a/src/lpc/registers.ld +++ b/src/lpc/registers.ld @@ -7,3 +7,4 @@ lpc_gpio_group0 = 0x4005c000; lpc_gpio_group1 = 0x40060000; lpc_gpio = 0x50000000; lpc_systick = 0xe000e000; +lpc_nvic = 0xe000e100; |
