embassy/examples/mcxa/memory.x
James Munns b252db845e Move
2025-12-05 14:28:47 +01:00

6 lines
103 B
Plaintext

MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 1M
RAM : ORIGIN = 0x20000000, LENGTH = 128K
}