aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7b0/memory.x
blob: 6eb1bb7c1656a83e96113c605c70766e00e6848c (plain)
1
2
3
4
5
MEMORY
{
    FLASH    : ORIGIN = 0x08000000, LENGTH = 128K /* BANK_1 */
    RAM      : ORIGIN = 0x24000000, LENGTH = 512K  /* SRAM */
}