embassy/examples/stm32wl55/memory.x

6 lines
98 B
Plaintext
Raw Normal View History

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