forked from stm32-rs/stm32-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stm32_part_table.yaml
603 lines (533 loc) · 18.4 KB
/
stm32_part_table.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
# This file contains a table of all supported STM32 microcontrollers.
#
# It lists them by family (which corresponds to a crate),
# then by the "device" in that family (corresponds to an SVD file,
# and to a module within each crate).
#
# For each device, there is a link to the product page and reference manual,
# the reference manual ID, the title from the reference manual,
# and a list of actual members of this family (without size/package codes).
#
# This data is used to generate more informative crate READMEs.
stm32f0:
stm32f0x0:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f0x0-value-line.html
rm: RM0360
rm_title: STM32F030x4/x6/x8/xC and STM32F070x6/xB
rm_url: https://www.st.com/resource/en/reference_manual/dm00091010.pdf
members:
- STM32F030
- STM32F070
stm32f0x1:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f0x1.html
rm: RM0091
rm_title: STM32F0x1/STM32F0x2/STM32F0x8
rm_url: https://www.st.com/resource/en/reference_manual/dm00031936.pdf
members:
- STM32F031
- STM32F051
- STM32F071
- STM32F091
stm32f0x2:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f0x2.html
rm: RM0091
rm_title: STM32F0x1/STM32F0x2/STM32F0x8
rm_url: https://www.st.com/resource/en/reference_manual/dm00031936.pdf
members:
- STM32F042
- STM32F072
stm32f0x8:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f0x8.html
rm: RM0091
rm_title: STM32F0x1/STM32F0x2/STM32F0x8
rm_url: https://www.st.com/resource/en/reference_manual/dm00031936.pdf
members:
- STM32F038
- STM32F048
- STM32F058
- STM32F078
- STM32F098
stm32f1:
stm32f100:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f100-value-line.html
rm: RM0041
rm_title: STM32F100xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00246267.pdf
members:
- STM32F100
stm32f101:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f101.html
rm: RM0008
rm_title: STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx, and STM32F107xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00171190.pdf
members:
- STM32F101
stm32f102:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f102.html
rm: RM0008
rm_title: STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx, and STM32F107xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00171190.pdf
members:
- STM32F102
stm32f103:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html
rm: RM0008
rm_title: STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx, and STM32F107xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00171190.pdf
members:
- STM32F103
stm32f107:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f105-107.html
rm: RM0008
rm_title: STM32F101xx, STM32F102xx, STM32F103xx, STM32F105xx, and STM32F107xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00171190.pdf
members:
- STM32F105
- STM32F107
stm32f2:
stm32f215:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f2x5.html
rm: RM0033
rm_title: STM32F205xx, STM32F207xx, STM32F215xx and STM32F217xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00225773.pdf
members:
- STM32F205
- STM32F215
stm32f217:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f2x7.html
rm: RM0033
rm_title: STM32F205xx, STM32F207xx, STM32F215xx and STM32F217xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00225773.pdf
members:
- STM32F207
- STM32F217
stm32f3:
stm32f301:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f301.html
rm: RM0366
rm_title: STM32F301x6/8 and STM32F318x8
rm_url: https://www.st.com/resource/en/reference_manual/dm00094350.pdf
members:
- STM32F301
- STM32F318
stm32f302:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f302.html
rm: RM0365
rm_title: STM32F302xB/C/D/E and STM32F302x6/8
rm_url: https://www.st.com/resource/en/reference_manual/dm00094349.pdf
members:
- STM32F302
stm32f303:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f303.html
rm: RM0316
rm_title: STM32F303xB/C/D/E, STM32F303x6/8, STM32F328x8, STM32F358xC, STM32F398xE
rm_url: https://www.st.com/resource/en/reference_manual/dm00043574.pdf
members:
- STM32F303
stm32f373:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f373.html
rm: RM0313
rm_title: STM32F37xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00041563.pdf
members:
- STM32F373
- STM32F378
stm32f3x4:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f334.html
rm: RM0364
rm_title: STM32F334xx
rm_url: https://www.st.com/resource/en/reference_manual/dm00093941.pdf
members:
- STM32F334
stm32f3x8:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f3x8.html
rm: RM0316
rm_title: STM32F303xB/C/D/E, STM32F303x6/8, STM32F328x8, STM32F358xC, STM32F398xE
rm_url: https://www.st.com/resource/en/reference_manual/dm00043574.pdf
members:
- STM32F328
- STM32F358
- STM32F398
stm32f4:
stm32f401:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f401.html
rm: RM0368
rm_title: STM32F401xB/C and STM32F401xD/E
rm_url: https://www.st.com/resource/en/reference_manual/dm00096844.pdf
members:
- STM32F401
stm32f405:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f405-415.html
rm: RM0090
rm_title: STM32F405/415, STM32F407/417, STM32F427/437 and STM32F429/439
rm_url: https://www.st.com/resource/en/reference_manual/dm00031020.pdf
members:
- STM32F405
- STM32F415
stm32f407:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f407-417.html
rm: RM0090
rm_title: STM32F405/415, STM32F407/417, STM32F427/437 and STM32F429/439
rm_url: https://www.st.com/resource/en/reference_manual/dm00031020.pdf
members:
- STM32F407
- STM32F417
stm32f410:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f410.html
rm: RM0401
rm_title: STM32F410
rm_url: https://www.st.com/resource/en/reference_manual/dm00180366.pdf
members:
- STM32F410
stm32f411:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f411.html
rm: RM0383
rm_title: STM32F411xC/E
rm_url: https://www.st.com/resource/en/reference_manual/dm00119316.pdf
members:
- STM32F411
stm32f412:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f412.html
rm: RM0402
rm_title: STM32F412
rm_url: https://www.st.com/resource/en/reference_manual/dm00180369.pdf
members:
- STM32F412
stm32f413:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f413-423.html
rm: RM0430
rm_title: STM32F413/423
rm_url: https://www.st.com/resource/en/reference_manual/dm00305666.pdf
members:
- STM32F413
- STM32F423
stm32f427:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f427-437.html
rm: RM0090
rm_title: STM32F405/415, STM32F407/417, STM32F427/437 and STM32F429/439
rm_url: https://www.st.com/resource/en/reference_manual/dm00031020.pdf
members:
- STM32F427
- STM32F437
stm32f429:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f429-439.html
rm: RM0090
rm_title: STM32F405/415, STM32F407/417, STM32F427/437 and STM32F429/439
rm_url: https://www.st.com/resource/en/reference_manual/dm00031020.pdf
members:
- STM32F429
- STM32F439
stm32f446:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f446.html
rm: RM0390
rm_title: STM32F446xx
rm_url: https://www.st.com/resource/en/reference_manual/dm00135183.pdf
members:
- STM32F446
stm32f469:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f469-479.html
rm: RM0386
rm_title: STM32F469xx and STM32F479xx
rm_url: https://www.st.com/resource/en/reference_manual/dm00127514.pdf
members:
- STM32F469
- STM32F479
stm32f7:
stm32f730:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f7x0-value-line.html
rm: RM0431
rm_title: STM32F72xxx and STM32F73xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00305990.pdf
members:
- STM32F730
stm32f7x2:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f7x2.html
rm: RM0431
rm_title: STM32F72xxx and STM32F73xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00305990.pdf
members:
- STM32F722
- STM32F732
stm32f7x3:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f7x3.html
rm: RM0431
rm_title: STM32F72xxx and STM32F73xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00305990.pdf
members:
- STM32F723
- STM32F733
stm32f745:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f7x5.html
rm: RM0385
rm_title: STM32F75xxx and STM32F74xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00124865.pdf
members:
- STM32F745
stm32f765:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f7x5.html
rm: RM0410
rm_title: STM32F76xxx and STM32F77xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00224583.pdf
members:
- STM32F765
stm32f7x6:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f7x6.html
rm: RM0385
rm_title: STM32F75xxx and STM32F74xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00124865.pdf
members:
- STM32F746
- STM32F756
stm32f7x7:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f7x7.html
rm: RM0410
rm_title: STM32F76xxx and STM32F77xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00224583.pdf
members:
- STM32F767
- STM32F777
stm32f7x9:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32f7x9.html
rm: RM0410
rm_title: STM32F76xxx and STM32F77xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00224583.pdf
members:
- STM32F769
- STM32F778
- STM32F779
stm32h7:
stm32h743:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32h743-753.html
rm: RM0433
rm_title: STM32H742, STM32H743/753 and STM32H750
rm_url: https://www.st.com/resource/en/reference_manual/dm00314099.pdf
members:
- STM32H743
stm32h743v:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32h743-753.html
rm: RM0433
rm_title: STM32H742, STM32H743/753 and STM32H750
rm_url: https://www.st.com/resource/en/reference_manual/dm00314099.pdf
members:
- STM32H743V
stm32h753:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32h743-753.html
rm: RM0433
rm_title: STM32H742, STM32H743/753 and STM32H750
rm_url: https://www.st.com/resource/en/reference_manual/dm00314099.pdf
members:
- STM32H753
stm32h753v:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32h743-753.html
rm: RM0433
rm_title: STM32H742, STM32H743/753 and STM32H750
rm_url: https://www.st.com/resource/en/reference_manual/dm00314099.pdf
members:
- STM32H753V
stm32h7b3:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32h7a3-7b3.html
rm: RM0455
rm_title: STM32H7A3/B3 and STM32H7B0
rm_url: https://www.st.com/resource/en/reference_manual/dm00463927.pdf
members:
- STM32H7A3
- STM32H7B3
- STM32H7B0
stm32h747cm7:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32h747-757.html
rm: RM0399
rm_title: STM32H745/755 and STM32H747/757
rm_url: https://www.st.com/resource/en/reference_manual/dm00176879.pdf
members:
- STM32H745 (CM7)
- STM32H747 (CM7)
- STM32H755 (CM7)
- STM32H757 (CM7)
stm32h747cm4:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32h747-757.html
rm: RM0399
rm_title: STM32H745/755 and STM32H747/757
rm_url: https://www.st.com/resource/en/reference_manual/dm00176879.pdf
members:
- STM32H745 (CM4)
- STM32H747 (CM4)
- STM32H755 (CM4)
- STM32H757 (CM4)
stm32l0:
stm32l0x1:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l0x1.html
rm: RM0377
rm_title: STM32L0x1
rm_url: https://www.st.com/resource/en/reference_manual/dm00108282.pdf
members:
- STM32L011
- STM32L021
- STM32L031
- STM32L041
- STM32L051
- STM32L071
- STM32L081
stm32l0x2:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l0x2.html
rm: RM0376
rm_title: STM32L0x2
rm_url: https://www.st.com/resource/en/reference_manual/dm00108281.pdf
members:
- STM32L052
- STM32L062
- STM32L072
- STM32L082
stm32l0x3:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l0x3.html
rm: RM0367
rm_title: STM32L0x3
rm_url: https://www.st.com/resource/en/reference_manual/dm00095744.pdf
members:
- STM32L053
- STM32L063
- STM32L073
- STM32L083
stm32l1:
stm32l100:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l100-value-line.html
rm: RM0038
rm_title: STM32L100xx, STM32L151xx, STM32L152xx and STM32L162xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00240193.pdf
members:
- STM32L100
stm32l151:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l151-152.html
rm: RM0038
rm_title: STM32L100xx, STM32L151xx, STM32L152xx and STM32L162xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00240193.pdf
members:
- STM32L151
- STM32L152
stm32l162:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l162.html
rm: RM0038
rm_title: STM32L100xx, STM32L151xx, STM32L152xx and STM32L162xx
rm_url: https://www.st.com/resource/en/reference_manual/cd00240193.pdf
members:
- STM32L162
stm32l4:
stm32l4x1:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l4x1.html
rm: RM0394
rm_title: STM32L43xxx STM32L44xxx STM32L45xxx STM32L46xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00151940.pdf
members:
- STM32L431
- STM32L451
- STM32L471
stm32l4x2:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l4x2.html
rm: RM0394
rm_title: STM32L43xxx STM32L44xxx STM32L45xxx STM32L46xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00151940.pdf
members:
- STM32L432
- STM32L442
- STM32L452
- STM32L462
stm32l4x3:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l4x3.html
rm: RM0394
rm_title: STM32L43xxx STM32L44xxx STM32L45xxx STM32L46xxx
rm_url: https://www.st.com/resource/en/reference_manual/dm00151940.pdf
members:
- STM32L433
- STM32L443
stm32l4x5:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l4x5.html
rm: RM0351
rm_title: STM32L4x5 and STM32L4x6
rm_url: https://www.st.com/resource/en/reference_manual/dm00083560.pdf
members:
- STM32L475
stm32l4x6:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32l4x6.html
rm: RM0351
rm_title: STM32L4x5 and STM32L4x6
rm_url: https://www.st.com/resource/en/reference_manual/dm00083560.pdf
members:
- STM32L476
- STM32L486
- STM32L496
- STM32L4A6
stm32l5:
stm32l552:
url: https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-ultra-low-power-mcus/stm32l5-series/stm32l5x2.html
rm: RM0438
rm_title: STM32L552xx and STM32L562xx advanced Arm®-based 32-bit MCUs
rm_url: https://www.st.com/resource/en/reference_manual/dm00346336.pdf
members:
- STM32L552
stm32l562:
url: https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-ultra-low-power-mcus/stm32l5-series/stm32l5x2.html
rm: RM0438
rm_title: STM32L552xx and STM32L562xx advanced Arm®-based 32-bit MCUs
rm_url: https://www.st.com/resource/en/reference_manual/dm00346336.pdf
members:
- STM32L562
stm32g0:
stm32g0x0:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32g0x0-value-line.html
rm: RM0454
rm_title: STM32G070xx
rm_url: https://www.st.com/resource/en/reference_manual/dm00463896.pdf
members:
- STM32G070
- STM32G030
stm32g0x1:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32g0x1.html
rm: RM0444
rm_title: STM32G071xx, STM32G081xx
rm_url: https://www.st.com/resource/en/reference_manual/dm00371828.pdf
members:
- STM32G031
- STM32G041
- STM32G071
- STM32G081
stm32g4:
stm32g4x1:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32g4x1.html
rm: RM0440
rm_title: STM32G4x1xx
rm_url: https://www.st.com/resource/en/reference_manual/dm00355726.pdf
members:
- STM32G431
- STM32G441
- STM32G491
stm32g4x3:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32g4x3.html
rm: RM0440
rm_title: STM32G4x3xx
rm_url: https://www.st.com/resource/en/reference_manual/dm00355726.pdf
members:
- STM32G473
- STM32G483
stm32g4x4:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32g4x4.html
rm: RM0440
rm_title: STM32G4x4xx
rm_url: https://www.st.com/resource/en/reference_manual/dm00355726.pdf
members:
- STM32G474
- STM32G484
stm32mp1:
stm32mp157:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32mp157.html
rm: RM0436
rm_title: STM32MP157
rm_url: https://www.st.com/resource/en/reference_manual/dm00366355-stm32mp157-advanced-armbased-32bit-mpus-stmicroelectronics.pdf
members:
- STM32MP157
stm32wl:
stm32wle5:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wlex.html
rm: RM0461
rm_title: STM32WLEx
rm_url: https://www.st.com/resource/en/reference_manual/dm00530369-stm32wlex-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf
members:
- STM32WLE5