embassy/tests/nrf51422/memory.x
2024-01-25 21:47:49 +01:00

5 lines
98 B
Text

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