embassy/examples/nrf51/memory.x
2024-01-25 21:50:03 +01:00

6 lines
138 B
Plaintext

MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 128K
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}