aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h5/memory.x
blob: 45606150909cf30ecc37671ca3b4a37070bc7fd4 (plain)
1
2
3
4
5
MEMORY
{
    FLASH : ORIGIN = 0x08000000, LENGTH = 0x200000
    RAM   : ORIGIN = 0x20000000, LENGTH =  0x50000
}