STM32WL : ADDING ARM PACK MANAGER SUPPORT

Add STM32WL information in index.json file
Adding sector
pull/14207/head
reme 2021-01-26 12:52:53 +01:00
parent 2fa8ccf869
commit b9e2fab52a
1 changed files with 69 additions and 1 deletions

View File

@ -479821,7 +479821,75 @@
],
"sub_family": "STM32W1",
"vendor": "STMicroelectronics:13"
},
},
"STM32WL55JCIx": {
"name": "STM32WL55JCIx",
"memories": {
"IRAM1": {
"access": {
"read": true,
"write": true,
"execute": false,
"peripheral": false,
"secure": false,
"non_secure": false,
"non_secure_callable": false
},
"start": 536870912,
"size": 65536,
"startup": false,
"default": true
},
"IROM1": {
"access": {
"read": true,
"write": false,
"execute": true,
"peripheral": false,
"secure": false,
"non_secure": false,
"non_secure_callable": false
},
"start": 134217728,
"size": 262144,
"startup": true,
"default": true
}
},
"algorithms": [
{
"file_name": "CMSIS/Flash/STM32WLxx_CM4.FLM",
"start": 134217728,
"size": 262144,
"default": true,
"ram_start": null,
"ram_size": null
}
],
"processor": {
"Symmetric": {
"units": 1,
"core": "CortexM4",
"fpu": "None",
"mpu": "Present"
}
},
"from_pack": {
"vendor": "Keil",
"pack": "STM32WLxx_DFP",
"version": "1.0.0",
"url": "http://www.keil.com/pack"
},
"vendor": "STMicroelectronics:13",
"family": "STM32WL Series",
"sectors": [
[
134217728,
2048
]
],
"sub_family": "STM32WL55"
},
"STM32WB55CCUx": {
"name": "STM32WB55CCUx",
"memories": {