embassy/examples/stm32h7/memory.x

5 lines
102 B
Plaintext

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