File tree Expand file tree Collapse file tree 4 files changed +87
-13
lines changed Expand file tree Collapse file tree 4 files changed +87
-13
lines changed Original file line number Diff line number Diff line change 2968
2968
"detect_code" : [
2969
2969
" 0836"
2970
2970
],
2971
- "device_name" : " STM32H743ZI "
2971
+ "device_name" : " STM32H743ZITx "
2972
2972
},
2973
2973
"MCU_STM32H745xI" : {
2974
2974
"inherits" : [
3197
3197
],
3198
3198
"public" : false ,
3199
3199
"core" : " Cortex-M7FD" ,
3200
- "mbed_rom_start" : " 0x08000000" ,
3201
- "mbed_rom_size" : " 0x200000" ,
3202
- "mbed_ram_start" : " 0x24000000" ,
3203
- "mbed_ram_size" : " 0x100000" ,
3204
3200
"extra_labels_add" : [
3205
3201
" STM32H7A3xIQ"
3206
3202
],
3224
3220
"supported_form_factors" : [
3225
3221
" ARDUINO_UNO"
3226
3222
],
3223
+ "device_name" : " STM32H7A3ZITxQ" ,
3227
3224
"detect_code" : [
3228
3225
" 0860"
3229
3226
]
Original file line number Diff line number Diff line change 1180
1180
" SN32F70*B"
1181
1181
]
1182
1182
},
1183
- "STM32H743I-EVAL" : {
1184
- "name" : " STM32H743I-EVAL" ,
1185
- "mounted_devices" : [
1186
- " STM32H743XI"
1187
- ]
1188
- },
1189
1183
"STM32L-Discovery" : {
1190
1184
"name" : " STM32L-Discovery" ,
1191
1185
"mounted_devices" : [
Original file line number Diff line number Diff line change @@ -437140,6 +437140,89 @@
437140
437140
"sub_family": "STM32H743",
437141
437141
"vendor": "STMicroelectronics:13"
437142
437142
},
437143
+ "STM32H7A3ZITxQ": {
437144
+ "algorithms": [
437145
+ {
437146
+ "default": true,
437147
+ "file_name": "CMSIS/Flash/STM32H7x_2048.FLM",
437148
+ "ram_size": 32768,
437149
+ "ram_start": 536870912,
437150
+ "size": 2097152,
437151
+ "start": 134217728
437152
+ }
437153
+ ],
437154
+ "family": "STM32H7 Series",
437155
+ "from_pack": {
437156
+ "pack": "STM32H7xx_DFP",
437157
+ "url": "https://www.keil.com/pack/",
437158
+ "vendor": "Keil",
437159
+ "version": "2.7.0"
437160
+ },
437161
+ "memories": {
437162
+ "IRAM1": {
437163
+ "access": {
437164
+ "execute": true,
437165
+ "non_secure": false,
437166
+ "non_secure_callable": false,
437167
+ "peripheral": false,
437168
+ "read": true,
437169
+ "secure": false,
437170
+ "write": true
437171
+ },
437172
+ "default": true,
437173
+ "size": 1048576,
437174
+ "start": 603979776,
437175
+ "startup": false
437176
+ },
437177
+ "IRAM2": {
437178
+ "access": {
437179
+ "execute": true,
437180
+ "non_secure": false,
437181
+ "non_secure_callable": false,
437182
+ "peripheral": false,
437183
+ "read": true,
437184
+ "secure": false,
437185
+ "write": true
437186
+ },
437187
+ "default": true,
437188
+ "size": 131072,
437189
+ "start": 536870912,
437190
+ "startup": false
437191
+ },
437192
+ "IROM1": {
437193
+ "access": {
437194
+ "execute": true,
437195
+ "non_secure": false,
437196
+ "non_secure_callable": false,
437197
+ "peripheral": false,
437198
+ "read": true,
437199
+ "secure": false,
437200
+ "write": false
437201
+ },
437202
+ "default": true,
437203
+ "size": 2097152,
437204
+ "start": 134217728,
437205
+ "startup": true
437206
+ }
437207
+ },
437208
+ "name": "STM32H7A3ZITxQ",
437209
+ "processor": {
437210
+ "Symmetric": {
437211
+ "core": "CortexM7",
437212
+ "fpu": "DoublePrecision",
437213
+ "mpu": "Present",
437214
+ "units": 1
437215
+ }
437216
+ },
437217
+ "sectors": [
437218
+ [
437219
+ 134217728,
437220
+ 131072
437221
+ ]
437222
+ ],
437223
+ "sub_family": "STM32H7A3",
437224
+ "vendor": "STMicroelectronics:13"
437225
+ },
437143
437226
"STM32H745BGTx": {
437144
437227
"algorithms": [
437145
437228
{
@@ -440294,7 +440377,7 @@
440294
440377
"startup": false
440295
440378
}
440296
440379
},
440297
- "name": "STM32H747XIHx",
440380
+ "name": "STM32H747XIHx:CM7",
440298
440381
"processor": {
440299
440382
"Asymmetric": {
440300
440383
"CM4": {
Original file line number Diff line number Diff line change 7
7
"MKL46Z256xxx4" : " MKL46Z256VLL4" ,
8
8
"MKL82Z128xxx7" : " MKL82Z128VLK7" ,
9
9
"R7S72103" : " R7S72100" ,
10
- "STM32H743ZI" : " STM32H743ZITx " ,
10
+
11
11
"STM32L011K4" : " STM32L011K4Tx" ,
12
12
"STM32L031K6" : " STM32L031K6Tx" ,
13
13
"STM32L053C8" : " STM32L053C8Tx" ,
You can’t perform that action at this time.
0 commit comments