embassy/examples/stm32wl55/memory.x

6 lines
98 B
Text
Raw Normal View History

2021-08-17 11:14:21 +00:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 256K
RAM : ORIGIN = 0x20000000, LENGTH = 64K
}