Files
mmc56x3-rust/example/rp2040_embassy/memory.x
2026-02-09 14:16:46 +01:00

6 lines
162 B
Plaintext

MEMORY {
BOOT2 : ORIGIN = 0x10000000, LENGTH = 0x100
FLASH : ORIGIN = 0x10000100, LENGTH = 2048K - 0x100
RAM : ORIGIN = 0x20000000, LENGTH = 264K
}