embassy/examples/nrf52810/memory.x

8 lines
138 B
Plaintext
Raw Normal View History

2024-05-24 12:03:27 +00:00
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 24K
}