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