mirror of https://github.com/ARMmbed/mbed-os.git
Add RAM regions for cypress platforms
parent
db8a018fec
commit
ee9daecda5
|
@ -462801,6 +462801,20 @@
|
||||||
"default": true,
|
"default": true,
|
||||||
"start": "0x10002000",
|
"start": "0x10002000",
|
||||||
"size": "0x000FE000"
|
"size": "0x000FE000"
|
||||||
|
},
|
||||||
|
"IRAM1": {
|
||||||
|
"access": {
|
||||||
|
"execute": true,
|
||||||
|
"non_secure": true,
|
||||||
|
"non_secure_callable": false,
|
||||||
|
"peripheral": false,
|
||||||
|
"read": true,
|
||||||
|
"secure": false,
|
||||||
|
"write": true
|
||||||
|
},
|
||||||
|
"default": true,
|
||||||
|
"start": "0x08002000",
|
||||||
|
"size": "0x00045800"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -462826,6 +462840,19 @@
|
||||||
},
|
},
|
||||||
"start": "0x10040000",
|
"start": "0x10040000",
|
||||||
"size": "0xB8000"
|
"size": "0xB8000"
|
||||||
|
},
|
||||||
|
"IRAM1": {
|
||||||
|
"access": {
|
||||||
|
"execute": true,
|
||||||
|
"non_secure": true,
|
||||||
|
"non_secure_callable": false,
|
||||||
|
"peripheral": false,
|
||||||
|
"read": true,
|
||||||
|
"secure": false,
|
||||||
|
"write": true
|
||||||
|
},
|
||||||
|
"start": "0x08010000",
|
||||||
|
"size": "0x37500"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue