embassy/embassy-stm32f4-examples/memory.x
2021-02-17 19:40:27 -03:00

5 lines
97 B
Text

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