micro-bit-led-compass/hardware_main/memory.x

7 lines
133 B
Plaintext
Raw Normal View History

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