embassy/tests/nrf/memory.x
2023-03-04 15:12:49 +01:00

5 lines
100 B
Text

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