embassy/examples/nrf9160/memory.x
2024-01-11 20:33:27 +01:00

5 lines
140 B
Text

MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
RAM : ORIGIN = 0x20018000, LENGTH = 160K
}