mirror of https://github.com/ARMmbed/mbed-os.git
STM32F3: add missing RAM in arm pack manager file
parent
a5003419e0
commit
a4f65a0506
|
@ -370298,6 +370298,21 @@
|
|||
"version": "2.1.0"
|
||||
},
|
||||
"memories": {
|
||||
"IRAM1": {
|
||||
"access": {
|
||||
"execute": false,
|
||||
"non_secure": false,
|
||||
"non_secure_callable": false,
|
||||
"peripheral": false,
|
||||
"read": true,
|
||||
"secure": false,
|
||||
"write": true
|
||||
},
|
||||
"default": true,
|
||||
"size": 16384,
|
||||
"start": 536870912,
|
||||
"startup": false
|
||||
},
|
||||
"IROM1": {
|
||||
"access": {
|
||||
"execute": true,
|
||||
|
@ -370363,6 +370378,21 @@
|
|||
"version": "2.1.0"
|
||||
},
|
||||
"memories": {
|
||||
"IRAM1": {
|
||||
"access": {
|
||||
"execute": false,
|
||||
"non_secure": false,
|
||||
"non_secure_callable": false,
|
||||
"peripheral": false,
|
||||
"read": true,
|
||||
"secure": false,
|
||||
"write": true
|
||||
},
|
||||
"default": true,
|
||||
"size": 12288,
|
||||
"start": 536870912,
|
||||
"startup": false
|
||||
},
|
||||
"IROM1": {
|
||||
"access": {
|
||||
"execute": true,
|
||||
|
|
Loading…
Reference in New Issue