embassy/examples/stm32h7/memory.x
2021-06-16 16:48:35 +02:00

5 lines
100 B
Text

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
RAM : ORIGIN = 0x24000000, LENGTH = 384K
}