embassy/examples/nrf9160/memory.x

10 lines
239 B
Plaintext
Raw Permalink Normal View History

MEMORY
{
2024-06-21 18:19:54 +00:00
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
RAM : ORIGIN = 0x20010000, LENGTH = 192K
IPC : ORIGIN = 0x20000000, LENGTH = 64K
}
2024-06-21 18:19:54 +00:00
PROVIDE(__start_ipc = ORIGIN(IPC));
PROVIDE(__end_ipc = ORIGIN(IPC) + LENGTH(IPC));