embassy/examples/nrf51/memory.x

6 lines
138 B
Plaintext
Raw Permalink Normal View History

MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 128K
RAM : ORIGIN = 0x20000000, LENGTH = 16K
}