Files
embassy/examples/stm32h7/memory.x
2022-04-25 14:30:43 +02:00

6 lines
103 B
Plaintext

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