altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / lpc / registers.ld
1 lpc_usb_sram    = 0x20004000;
2 lpc_usb_endpoint = 0x20004700;
3 lpc_usart       = 0x40008000;
4 lpc_ct16b0      = 0x4000c000;
5 lpc_ct16b1      = 0x40010000;
6 lpc_ct32b0      = 0x40014000;
7 lpc_ct32b1      = 0x40018000;
8 lpc_adc         = 0x4001c000;
9 lpc_flash       = 0x4003c000;
10 lpc_ssp0        = 0x40040000;
11 lpc_ioconf      = 0x40044000;
12 lpc_scb         = 0x40048000;
13 lpc_gpio_pin    = 0x4004c000;
14 lpc_ssp1        = 0x40058000;
15 lpc_gpio_group0 = 0x4005c000;
16 lpc_gpio_group1 = 0x40060000;
17 lpc_usb         = 0x40080000;
18 lpc_gpio        = 0x50000000;
19 lpc_systick     = 0xe000e000;
20 lpc_nvic        = 0xe000e100;
21 arm_scb         = 0xe000ed00;