crashtest-r0ket/misc/openbeacon/lpc13xx/core/linker/LPC1343.ld
2011-06-19 21:01:00 +02:00

9 lines
No EOL
177 B
Text

MEMORY
{
flash : ORIGIN = 0x00000000, LENGTH = 32K
ram : ORIGIN = 0x10000180, LENGTH = 8K - 0x180
}
__stack_end__ = 0x10000000 + 8K - 32;
INCLUDE "../core/linker/LPC13xx.ld"