aboutsummaryrefslogtreecommitdiff
path: root/examples/mcxa/memory.x
blob: 315ced58a3798bcbe41c1361206a0d43fff47ddb (plain)
1
2
3
4
5
MEMORY
{
    FLASH : ORIGIN = 0x00000000, LENGTH = 1M
    RAM   : ORIGIN = 0x20000000, LENGTH = 128K
}