Skip to content

Commit 812812a

Browse files
committed
nuvoton m2351: fix RAM regions - only one RAM1
Revert latest change to index. Linker scripts follow one RAM region. If index is updated, requires further changes in the target that should be done separately.
1 parent 288fc2f commit 812812a

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

tools/arm_pack_manager/index.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -163827,25 +163827,10 @@
163827163827
"write": true
163828163828
},
163829163829
"default": true,
163830-
"size": 32768,
163830+
"size": 98304,
163831163831
"start": 536870912,
163832163832
"startup": false
163833163833
},
163834-
"IRAM2": {
163835-
"access": {
163836-
"execute": false,
163837-
"non_secure": false,
163838-
"non_secure_callable": false,
163839-
"peripheral": false,
163840-
"read": true,
163841-
"secure": false,
163842-
"write": true
163843-
},
163844-
"default": false,
163845-
"size": 65536,
163846-
"start": 805339136,
163847-
"startup": false
163848-
},
163849163834
"IROM1": {
163850163835
"access": {
163851163836
"execute": true,

0 commit comments

Comments
 (0)