summaryrefslogtreecommitdiff
path: root/examples/stm32h7/memory.x
blob: c23c397a4dd628596097c80fbaaf1ccb4b50d4ad (plain)
1
2
3
4
5
MEMORY
{
    FLASH : ORIGIN = 0x8000000, LENGTH = 1024K
    RAM : ORIGIN = 0x24000000, LENGTH = 128K
}