micro-rust/memory.x

7 lines
134 B
Plaintext
Raw Permalink Normal View History

2024-10-17 10:02:00 +00:00
MEMORY
{
/* NOTE K = KiBi = 1024 bytes */
FLASH : ORIGIN = 0x00000000, LENGTH = 512K
RAM : ORIGIN = 0x20000000, LENGTH = 126K
}