embassy/examples/stm32l1/memory.x

6 lines
98 B
Plaintext
Raw Normal View History

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 128K
RAM : ORIGIN = 0x20000000, LENGTH = 32K
}