embassy/examples/stm32h7/memory.x
2021-06-08 15:25:38 -04:00

6 lines
100 B
Plaintext

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