embassy/examples/stm32h735/memory.x
2024-06-28 18:11:34 +01:00

5 lines
111 B
Plaintext

MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 1024K
RAM : ORIGIN = 0x24000000, LENGTH = 320K
}