aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/layer-by-layer/memory.x
blob: 69f5b28a16544930ae7c6f0d76bd692c795af533 (plain)
1
2
3
4
5
MEMORY
{
    FLASH : ORIGIN = 0x08000000, LENGTH = 2048K /* BANK_1 */
    RAM   : ORIGIN = 0x20000000, LENGTH =  640K /* SRAM */
}