Skip to content

Commit ae2ad20

Browse files
Oren Cohenadbridge
authored andcommitted
Add RAM regions for cypress platforms
1 parent 9e9f2a2 commit ae2ad20

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

tools/arm_pack_manager/index.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462801,6 +462801,20 @@
462801462801
"default": true,
462802462802
"start": "0x10002000",
462803462803
"size": "0x000FE000"
462804+
},
462805+
"IRAM1": {
462806+
"access": {
462807+
"execute": true,
462808+
"non_secure": true,
462809+
"non_secure_callable": false,
462810+
"peripheral": false,
462811+
"read": true,
462812+
"secure": false,
462813+
"write": true
462814+
},
462815+
"default": true,
462816+
"start": "0x08002000",
462817+
"size": "0x00045800"
462804462818
}
462805462819
}
462806462820
},
@@ -462826,6 +462840,19 @@
462826462840
},
462827462841
"start": "0x10040000",
462828462842
"size": "0xB8000"
462843+
},
462844+
"IRAM1": {
462845+
"access": {
462846+
"execute": true,
462847+
"non_secure": true,
462848+
"non_secure_callable": false,
462849+
"peripheral": false,
462850+
"read": true,
462851+
"secure": false,
462852+
"write": true
462853+
},
462854+
"start": "0x08010000",
462855+
"size": "0x37500"
462829462856
}
462830462857
}
462831462858
},

0 commit comments

Comments
 (0)