embassy/examples/nrf54l15/memory.x

6 lines
100 B
Plaintext
Raw Normal View History

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