embassy/examples/stm32wl55/memory.x
2021-08-17 16:22:47 +02:00

5 lines
98 B
Text

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 64K
}