embassy/examples/stm32h5/memory.x
2023-04-06 18:59:37 +02:00

5 lines
113 B
Text

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 0x200000
RAM : ORIGIN = 0x20000000, LENGTH = 0x50000
}