embassy/tests/nrf51422/memory.x

6 lines
98 B
Text
Raw Normal View History

2024-01-25 13:23:57 +00:00
MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 128K
RAM : ORIGIN = 0x20000000, LENGTH = 16K
2024-01-25 13:23:57 +00:00
}