embassy/tests/nrf52840/memory.x
2024-01-24 21:23:54 +01:00

6 lines
100 B
Plaintext

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