rustphone/samd/memory.x

7 lines
152 B
Text
Raw Normal View History

2023-10-07 11:33:14 +00:00
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 256K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 32K
}
_stack_start = ORIGIN(RAM) + LENGTH(RAM);