aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h735/memory.x
blob: 3a70d24d2086a1ab4d72c212e6d6116602d7a638 (plain)
1
2
3
4
5
MEMORY
{
    FLASH    : ORIGIN = 0x08000000, LENGTH = 1024K
    RAM      : ORIGIN = 0x24000000, LENGTH = 320K
}