embassy/tests/nrf51822/memory.x
2024-01-25 14:23:57 +01:00

5 lines
98 B
Text

MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 32K
}