embassy/examples/stm32h7/memory.x

5 lines
103 B
Text

MEMORY
{
FLASH : ORIGIN = 0x8000000, LENGTH = 1024K
RAM : ORIGIN = 0x24000000, LENGTH = 384K
}