SeekFree_LPC55S69_Rust_Hello/memory.x

10 lines
177 B
Plaintext
Raw Normal View History

2022-06-14 16:03:51 +00:00
MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 456K
RAM : ORIGIN = 0x20000000, LENGTH = 204K
}
_stack_start = ORIGIN(RAM) + LENGTH(RAM);
_stext = ORIGIN(FLASH) + 0x400;