aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/stm32f7x2zetx.ld
blob: 83454f4e034ecef92f04ce1ec5d44a8996fdde26 (plain)
1
2
3
4
5
6
7
8
9
10

MEMORY
{
    FLASH_TEXT (rw) : ORIGIN = 0x08000000, LENGTH = 512K
    RAM (xrw)       : ORIGIN = 0x20000000, LENGTH = 256K
}

_stack_size = 4K;

INCLUDE "targets/arm.ld"