Skip to content

Commit 234d5ff

Browse files
committed
ARM PACK MANAGER: add STM32U575ZI and STM32U585
1 parent 5a3f3f7 commit 234d5ff

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed

tools/arm_pack_manager/index.json

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479755,6 +479755,148 @@
479755479755
"sub_family": "STM32L562",
479756479756
"vendor": "STMicroelectronics:13"
479757479757
},
479758+
479759+
"STM32U575ZITx": {
479760+
"family": "STM32U5 Series",
479761+
"from_pack": {
479762+
"pack": "STM32U5xx_DFP",
479763+
"url": "http://www.keil.com/pack",
479764+
"vendor": "Keil",
479765+
"version": "1.0.5"
479766+
},
479767+
"algorithms": [
479768+
{
479769+
"default": true,
479770+
"file_name": "CMSIS/Flash/STM32U5xx_2M_0800.FLM",
479771+
"ram_size": null,
479772+
"ram_start": null,
479773+
"size": 2097152,
479774+
"start": 134217728
479775+
}
479776+
],
479777+
"memories": {
479778+
"IRAM1": {
479779+
"access": {
479780+
"execute": false,
479781+
"non_secure": false,
479782+
"non_secure_callable": false,
479783+
"peripheral": false,
479784+
"read": true,
479785+
"secure": false,
479786+
"write": true
479787+
},
479788+
"default": true,
479789+
"size": 786432,
479790+
"start": 536870912,
479791+
"startup": false
479792+
},
479793+
"IROM1": {
479794+
"access": {
479795+
"execute": true,
479796+
"non_secure": false,
479797+
"non_secure_callable": false,
479798+
"peripheral": false,
479799+
"read": true,
479800+
"secure": false,
479801+
"write": false
479802+
},
479803+
"default": true,
479804+
"size": 2097152,
479805+
"start": 134217728,
479806+
"startup": true
479807+
}
479808+
},
479809+
"name": "STM32U575ZITx",
479810+
"processor": {
479811+
"Symmetric": {
479812+
"core": "CortexM33",
479813+
"fpu": "SinglePrecision",
479814+
"mpu": "Present",
479815+
"units": 1
479816+
}
479817+
},
479818+
"sectors": [
479819+
[
479820+
134217728,
479821+
2048
479822+
]
479823+
],
479824+
"sub_family": "STM32U575",
479825+
"vendor": "STMicroelectronics:13"
479826+
},
479827+
479828+
"STM32U585AIIx": {
479829+
"family": "STM32U5 Series",
479830+
"from_pack": {
479831+
"pack": "STM32U5xx_DFP",
479832+
"url": "http://www.keil.com/pack",
479833+
"vendor": "Keil",
479834+
"version": "1.0.5"
479835+
},
479836+
"algorithms": [
479837+
{
479838+
"default": true,
479839+
"file_name": "CMSIS/Flash/STM32U5xx_2M_0800.FLM",
479840+
"ram_size": null,
479841+
"ram_start": null,
479842+
"size": 2097152,
479843+
"start": 134217728
479844+
}
479845+
],
479846+
"memories": {
479847+
"IRAM1": {
479848+
"access": {
479849+
"execute": false,
479850+
"non_secure": false,
479851+
"non_secure_callable": false,
479852+
"peripheral": false,
479853+
"read": true,
479854+
"secure": false,
479855+
"write": true
479856+
},
479857+
"default": true,
479858+
"size": 786432,
479859+
"start": 536870912,
479860+
"startup": false
479861+
},
479862+
"IROM1": {
479863+
"access": {
479864+
"execute": true,
479865+
"non_secure": false,
479866+
"non_secure_callable": false,
479867+
"peripheral": false,
479868+
"read": true,
479869+
"secure": false,
479870+
"write": false
479871+
},
479872+
"default": true,
479873+
"size": 2097152,
479874+
"start": 134217728,
479875+
"startup": true
479876+
}
479877+
},
479878+
"name": "STM32U585AIIx",
479879+
"processor": {
479880+
"Symmetric": {
479881+
"core": "CortexM33",
479882+
"fpu": "SinglePrecision",
479883+
"mpu": "Present",
479884+
"units": 1
479885+
}
479886+
},
479887+
"sectors": [
479888+
[
479889+
134217728,
479890+
2048
479891+
]
479892+
],
479893+
"sub_family": "STM32U585",
479894+
"vendor": "STMicroelectronics:13"
479895+
},
479896+
479897+
479898+
479899+
479758479900
"STM32W108C8": {
479759479901
"algorithms": [
479760479902
{

0 commit comments

Comments
 (0)