Files
microbit-snake-rs/memory.x
Marco Thomas 5e2ab32981 Initial commit
2021-09-16 21:54:23 +02:00

7 lines
133 B
Plaintext

MEMORY
{
/* NOTE K = KiBi = 1024 bytes */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}