modm-devices 0.9.4__py3-none-any.whl → 0.10.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- modm_devices/__init__.py +1 -1
- modm_devices/resources/devices/sam/samd10_d11.xml +13 -1
- modm_devices/resources/devices/sam/samd21.xml +57 -1
- modm_devices/resources/devices/sam/samd51_e51_e53_e54.xml +89 -3
- modm_devices/resources/devices/sam/samda1.xml +24 -1
- modm_devices/resources/devices/sam/same70_s70_v70_v71.xml +61 -1
- modm_devices/resources/devices/sam/saml21.xml +25 -1
- modm_devices/resources/devices/sam/saml22.xml +29 -1
- modm_devices/resources/devices/stm32/stm32c0-11_31.xml +826 -0
- modm_devices/resources/devices/stm32/stm32f0-30.xml +1 -2
- modm_devices/resources/devices/stm32/stm32f0-51.xml +1 -1
- modm_devices/resources/devices/stm32/stm32f0-58.xml +1 -1
- modm_devices/resources/devices/stm32/stm32g0-70_b0.xml +6 -11
- modm_devices/resources/devices/stm32/stm32g0-71_81.xml +0 -4
- modm_devices/resources/devices/stm32/stm32g0-b1_c1.xml +33 -74
- modm_devices/resources/devices/stm32/stm32g4-31_41.xml +44 -12
- modm_devices/resources/devices/stm32/stm32g4-71.xml +14 -0
- modm_devices/resources/devices/stm32/stm32g4-74_84.xml +0 -2
- modm_devices/resources/devices/stm32/stm32h5-03.xml +1094 -0
- modm_devices/resources/devices/stm32/stm32h5-23-c-c.xml +692 -0
- modm_devices/resources/devices/stm32/stm32h5-23-c-r.xml +898 -0
- modm_devices/resources/devices/stm32/stm32h5-23-c-v.xml +1197 -0
- modm_devices/resources/devices/stm32/stm32h5-23-c-z.xml +1413 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-c.xml +692 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-h.xml +577 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-r.xml +898 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-v.xml +1197 -0
- modm_devices/resources/devices/stm32/stm32h5-23-e-z.xml +1413 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-c.xml +700 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-h.xml +585 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-r.xml +906 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-v.xml +1205 -0
- modm_devices/resources/devices/stm32/stm32h5-33-e-z.xml +1421 -0
- modm_devices/resources/devices/stm32/stm32h5-62.xml +2770 -0
- modm_devices/resources/devices/stm32/stm32h5-63_73.xml +4132 -0
- modm_devices/resources/devices/stm32/stm32h7-23_33.xml +87 -36
- modm_devices/resources/devices/stm32/stm32h7-25_35.xml +96 -40
- modm_devices/resources/devices/stm32/stm32h7-30.xml +87 -37
- modm_devices/resources/devices/stm32/stm32h7-42.xml +77 -8
- modm_devices/resources/devices/stm32/stm32h7-43_53.xml +75 -7
- modm_devices/resources/devices/stm32/stm32h7-45_55.xml +74 -7
- modm_devices/resources/devices/stm32/stm32h7-47_57.xml +77 -10
- modm_devices/resources/devices/stm32/stm32h7-50.xml +75 -7
- modm_devices/resources/devices/stm32/stm32h7-a3.xml +64 -2
- modm_devices/resources/devices/stm32/stm32h7-b0.xml +64 -2
- modm_devices/resources/devices/stm32/stm32h7-b3.xml +64 -2
- modm_devices/resources/devices/stm32/stm32l0-51_52_53_62_63.xml +5 -5
- modm_devices/resources/devices/stm32/stm32l4-31_33_43.xml +2 -4
- modm_devices/resources/devices/stm32/stm32l5-52_62.xml +22 -34
- modm_devices/resources/devices/stm32/stm32u5-35_45.xml +2504 -0
- modm_devices/resources/devices/stm32/stm32u5-75_85.xml +394 -480
- modm_devices/resources/devices/stm32/stm32u5-95_a5.xml +3007 -0
- modm_devices/resources/devices/stm32/stm32u5-99-i-n.xml +1988 -0
- modm_devices/resources/devices/stm32/stm32u5-99-i-v.xml +1393 -0
- modm_devices/resources/devices/stm32/stm32u5-99-i-z.xml +1666 -0
- modm_devices/resources/devices/stm32/stm32u5-99-j-b.xml +1948 -0
- modm_devices/resources/devices/stm32/stm32u5-99-j-n.xml +1988 -0
- modm_devices/resources/devices/stm32/stm32u5-99-j-v.xml +1393 -0
- modm_devices/resources/devices/stm32/stm32u5-99-j-z.xml +1666 -0
- modm_devices/resources/devices/stm32/stm32u5-a9-j-b.xml +1960 -0
- modm_devices/resources/devices/stm32/stm32u5-a9-j-n.xml +2000 -0
- modm_devices/resources/devices/stm32/stm32u5-a9-j-v.xml +1405 -0
- modm_devices/resources/devices/stm32/stm32u5-a9-j-z.xml +1678 -0
- modm_devices/resources/devices/stm32/stm32u5-f7_g7.xml +1509 -0
- modm_devices/resources/devices/stm32/stm32u5-f9_g9.xml +2649 -0
- modm_devices/resources/devices/stm32/{stm32wb-10_15_1m.xml → stm32wb-10_15.xml} +24 -104
- modm_devices/resources/devices/stm32/{stm32wb-35_55_5m.xml → stm32wb-35_55.xml} +84 -175
- {modm_devices-0.9.4.dist-info → modm_devices-0.10.1.dist-info}/METADATA +9 -8
- {modm_devices-0.9.4.dist-info → modm_devices-0.10.1.dist-info}/RECORD +72 -39
- {modm_devices-0.9.4.dist-info → modm_devices-0.10.1.dist-info}/WHEEL +1 -1
- {modm_devices-0.9.4.dist-info → modm_devices-0.10.1.dist-info}/LICENSE +0 -0
- {modm_devices-0.9.4.dist-info → modm_devices-0.10.1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
<?xml version='1.0' encoding='UTF-8'?>
|
2
2
|
<modm version="0.4.0">
|
3
3
|
<!-- WARNING: This file is generated by the modm device file generator. Do not edit! -->
|
4
|
-
<device platform="stm32" family="wb" name="35|55
|
4
|
+
<device platform="stm32" family="wb" name="35|55" pin="c|r|v" size="c|e|g|y" package="q|u|v|y" temperature="6|7" variant="|a">
|
5
5
|
<naming-schema>{platform}{family}{name}{pin}{size}{package}{temperature}{variant}</naming-schema>
|
6
6
|
<valid-device>stm32wb35ccu6a</valid-device>
|
7
7
|
<valid-device>stm32wb35ceu6a</valid-device>
|
@@ -30,7 +30,6 @@
|
|
30
30
|
<valid-device>stm32wb55vgy6</valid-device>
|
31
31
|
<valid-device>stm32wb55vgy7</valid-device>
|
32
32
|
<valid-device>stm32wb55vyy6</valid-device>
|
33
|
-
<valid-device>stm32wb5mmgh6</valid-device>
|
34
33
|
<driver name="core" type="cortex-m4f">
|
35
34
|
<memory device-size="c" name="flash" access="rx" start="0x8000000" size="262144"/>
|
36
35
|
<memory device-size="e" name="flash" access="rx" start="0x8000000" size="524288"/>
|
@@ -41,13 +40,11 @@
|
|
41
40
|
<memory device-name="55" device-size="c" device-package="u|v|y" name="sram1" access="rwx" start="0x20000000" size="65536"/>
|
42
41
|
<memory device-name="55" device-size="e|g" device-package="u|v|y" name="sram1" access="rwx" start="0x20000000" size="196608"/>
|
43
42
|
<memory device-name="55" device-size="y" device-package="y" name="sram1" access="rwx" start="0x20000000" size="196608"/>
|
44
|
-
<memory device-name="5m" device-size="g" device-package="h" name="sram1" access="rwx" start="0x20000000" size="196608"/>
|
45
43
|
<memory device-name="35" name="sram2" access="rwx" start="0x20008000" size="65536"/>
|
46
44
|
<memory device-name="55" device-size="c|e|g" device-package="q" name="sram2" access="rwx" start="0x20010000" size="65536"/>
|
47
45
|
<memory device-name="55" device-size="c" device-package="u|v|y" name="sram2" access="rwx" start="0x20010000" size="65536"/>
|
48
46
|
<memory device-name="55" device-size="e|g" device-package="u|v|y" name="sram2" access="rwx" start="0x20030000" size="65536"/>
|
49
47
|
<memory device-name="55" device-size="y" device-package="y" name="sram2" access="rwx" start="0x20030000" size="65536"/>
|
50
|
-
<memory device-name="5m" device-size="g" device-package="h" name="sram2" access="rwx" start="0x20030000" size="65536"/>
|
51
48
|
<vector position="0" name="WWDG"/>
|
52
49
|
<vector position="1" name="PVD_PVM"/>
|
53
50
|
<vector position="2" name="TAMP_STAMP_LSECSS"/>
|
@@ -83,11 +80,11 @@
|
|
83
80
|
<vector position="32" name="I2C3_EV"/>
|
84
81
|
<vector position="33" name="I2C3_ER"/>
|
85
82
|
<vector position="34" name="SPI1"/>
|
86
|
-
<vector device-name="55
|
83
|
+
<vector device-name="55" position="35" name="SPI2"/>
|
87
84
|
<vector position="36" name="USART1"/>
|
88
85
|
<vector position="37" name="LPUART1"/>
|
89
86
|
<vector position="38" name="SAI1"/>
|
90
|
-
<vector device-name="55
|
87
|
+
<vector device-name="55" position="39" name="TSC"/>
|
91
88
|
<vector position="40" name="EXTI15_10"/>
|
92
89
|
<vector position="41" name="RTC_Alarm"/>
|
93
90
|
<vector position="42" name="CRS"/>
|
@@ -97,7 +94,7 @@
|
|
97
94
|
<vector position="46" name="HSEM"/>
|
98
95
|
<vector position="47" name="LPTIM1"/>
|
99
96
|
<vector position="48" name="LPTIM2"/>
|
100
|
-
<vector device-name="55
|
97
|
+
<vector device-name="55" position="49" name="LCD"/>
|
101
98
|
<vector position="50" name="QUADSPI"/>
|
102
99
|
<vector position="51" name="AES1"/>
|
103
100
|
<vector position="52" name="AES2"/>
|
@@ -149,7 +146,7 @@
|
|
149
146
|
<driver name="iwdg" type="stm32">
|
150
147
|
<feature value="window"/>
|
151
148
|
</driver>
|
152
|
-
<driver device-name="55
|
149
|
+
<driver device-name="55" name="lcd" type="stm32-v1.2"/>
|
153
150
|
<driver name="lptim" type="stm32-v1.0">
|
154
151
|
<instance value="1"/>
|
155
152
|
<instance value="2"/>
|
@@ -174,7 +171,7 @@
|
|
174
171
|
<feature value="fifo"/>
|
175
172
|
<feature value="nss-pulse"/>
|
176
173
|
<instance value="1"/>
|
177
|
-
<instance device-pin="
|
174
|
+
<instance device-pin="r|v" value="2"/>
|
178
175
|
</driver>
|
179
176
|
<driver name="stm32_wpan" type="stm32-v1.2"/>
|
180
177
|
<driver name="sys" type="stm32">
|
@@ -192,7 +189,7 @@
|
|
192
189
|
<instance value="17"/>
|
193
190
|
</driver>
|
194
191
|
<driver name="tiny_lpm" type="stm32-v1.0"/>
|
195
|
-
<driver device-pin="
|
192
|
+
<driver device-pin="r|v" name="tsc" type="stm32-v1.0"/>
|
196
193
|
<driver name="usart" type="stm32-extended">
|
197
194
|
<feature value="tcbgt"/>
|
198
195
|
<instance value="1"/>
|
@@ -224,10 +221,10 @@
|
|
224
221
|
<request position="7">
|
225
222
|
<signal driver="spi" instance="1" name="tx"/>
|
226
223
|
</request>
|
227
|
-
<request device-pin="
|
224
|
+
<request device-pin="r|v" position="8">
|
228
225
|
<signal driver="spi" instance="2" name="rx"/>
|
229
226
|
</request>
|
230
|
-
<request device-pin="
|
227
|
+
<request device-pin="r|v" position="9">
|
231
228
|
<signal driver="spi" instance="2" name="tx"/>
|
232
229
|
</request>
|
233
230
|
<request position="10">
|
@@ -358,7 +355,7 @@
|
|
358
355
|
<signal af="1" driver="tim" instance="2" name="ch2"/>
|
359
356
|
<signal af="4" driver="i2c" instance="1" name="smba"/>
|
360
357
|
<signal af="5" driver="spi" instance="1" name="sck"/>
|
361
|
-
<signal device-name="55
|
358
|
+
<signal device-name="55" af="11" driver="lcd" name="seg0"/>
|
362
359
|
</gpio>
|
363
360
|
<gpio port="a" pin="2">
|
364
361
|
<signal driver="adc" instance="1" name="in7"/>
|
@@ -368,7 +365,7 @@
|
|
368
365
|
<signal af="1" driver="tim" instance="2" name="ch3"/>
|
369
366
|
<signal af="8" driver="lpuart" instance="1" name="tx"/>
|
370
367
|
<signal af="10" driver="quadspi" name="bk1_ncs"/>
|
371
|
-
<signal device-name="55
|
368
|
+
<signal device-name="55" af="11" driver="lcd" name="seg1"/>
|
372
369
|
<signal af="12" driver="comp" instance="2" name="out"/>
|
373
370
|
</gpio>
|
374
371
|
<gpio port="a" pin="3">
|
@@ -378,7 +375,7 @@
|
|
378
375
|
<signal af="3" driver="sai" instance="1" name="ck1"/>
|
379
376
|
<signal af="8" driver="lpuart" instance="1" name="rx"/>
|
380
377
|
<signal af="10" driver="quadspi" name="clk"/>
|
381
|
-
<signal device-name="55
|
378
|
+
<signal device-name="55" af="11" driver="lcd" name="seg2"/>
|
382
379
|
<signal af="13" driver="sai" instance="1" name="mclk_a"/>
|
383
380
|
</gpio>
|
384
381
|
<gpio port="a" pin="4">
|
@@ -386,7 +383,7 @@
|
|
386
383
|
<signal driver="comp" instance="1" name="inm"/>
|
387
384
|
<signal driver="comp" instance="2" name="inm"/>
|
388
385
|
<signal af="5" driver="spi" instance="1" name="nss"/>
|
389
|
-
<signal device-name="55
|
386
|
+
<signal device-name="55" af="11" driver="lcd" name="seg5"/>
|
390
387
|
<signal af="13" driver="sai" instance="1" name="fs_b"/>
|
391
388
|
<signal af="14" driver="lptim" instance="2" name="out"/>
|
392
389
|
</gpio>
|
@@ -405,7 +402,7 @@
|
|
405
402
|
<signal af="5" driver="spi" instance="1" name="miso"/>
|
406
403
|
<signal af="8" driver="lpuart" instance="1" name="cts"/>
|
407
404
|
<signal af="10" driver="quadspi" name="bk1_io3"/>
|
408
|
-
<signal device-name="55
|
405
|
+
<signal device-name="55" af="11" driver="lcd" name="seg3"/>
|
409
406
|
<signal af="12" driver="tim" instance="1" name="bkin"/>
|
410
407
|
<signal af="14" driver="tim" instance="16" name="ch1"/>
|
411
408
|
</gpio>
|
@@ -415,7 +412,7 @@
|
|
415
412
|
<signal af="4" driver="i2c" instance="3" name="scl"/>
|
416
413
|
<signal af="5" driver="spi" instance="1" name="mosi"/>
|
417
414
|
<signal af="10" driver="quadspi" name="bk1_io2"/>
|
418
|
-
<signal device-name="55
|
415
|
+
<signal device-name="55" af="11" driver="lcd" name="seg4"/>
|
419
416
|
<signal af="12" driver="comp" instance="2" name="out"/>
|
420
417
|
<signal af="14" driver="tim" instance="17" name="ch1"/>
|
421
418
|
</gpio>
|
@@ -425,7 +422,7 @@
|
|
425
422
|
<signal af="1" driver="tim" instance="1" name="ch1"/>
|
426
423
|
<signal af="3" driver="sai" instance="1" name="ck2"/>
|
427
424
|
<signal af="7" driver="usart" instance="1" name="ck"/>
|
428
|
-
<signal device-name="55
|
425
|
+
<signal device-name="55" af="11" driver="lcd" name="com0"/>
|
429
426
|
<signal af="13" driver="sai" instance="1" name="sck_a"/>
|
430
427
|
<signal af="14" driver="lptim" instance="2" name="out"/>
|
431
428
|
</gpio>
|
@@ -435,9 +432,9 @@
|
|
435
432
|
<signal af="1" driver="tim" instance="1" name="ch2"/>
|
436
433
|
<signal af="3" driver="sai" instance="1" name="d2"/>
|
437
434
|
<signal af="4" driver="i2c" instance="1" name="scl"/>
|
438
|
-
<signal device-pin="
|
435
|
+
<signal device-pin="r|v" af="5" driver="spi" instance="2" name="sck"/>
|
439
436
|
<signal af="7" driver="usart" instance="1" name="tx"/>
|
440
|
-
<signal device-name="55
|
437
|
+
<signal device-name="55" af="11" driver="lcd" name="com1"/>
|
441
438
|
<signal af="13" driver="sai" instance="1" name="fs_a"/>
|
442
439
|
</gpio>
|
443
440
|
<gpio port="a" pin="10">
|
@@ -446,7 +443,7 @@
|
|
446
443
|
<signal af="4" driver="i2c" instance="1" name="sda"/>
|
447
444
|
<signal af="7" driver="usart" instance="1" name="rx"/>
|
448
445
|
<signal af="10" driver="rcc" name="crs_sync"/>
|
449
|
-
<signal device-name="55
|
446
|
+
<signal device-name="55" af="11" driver="lcd" name="com2"/>
|
450
447
|
<signal af="13" driver="sai" instance="1" name="sd_a"/>
|
451
448
|
<signal af="14" driver="tim" instance="17" name="bkin"/>
|
452
449
|
</gpio>
|
@@ -478,7 +475,7 @@
|
|
478
475
|
<signal af="0" driver="sys" name="swclk"/>
|
479
476
|
<signal af="1" driver="lptim" instance="1" name="out"/>
|
480
477
|
<signal af="4" driver="i2c" instance="1" name="smba"/>
|
481
|
-
<signal device-name="55
|
478
|
+
<signal device-name="55" af="11" driver="lcd" name="seg5"/>
|
482
479
|
<signal af="13" driver="sai" instance="1" name="fs_b"/>
|
483
480
|
</gpio>
|
484
481
|
<gpio port="a" pin="15">
|
@@ -486,13 +483,13 @@
|
|
486
483
|
<signal af="1" driver="tim" instance="2" name="ch1"/>
|
487
484
|
<signal af="2" driver="tim" instance="2" name="etr"/>
|
488
485
|
<signal af="5" driver="spi" instance="1" name="nss"/>
|
489
|
-
<signal
|
490
|
-
<signal device-pin="
|
491
|
-
<signal device-name="55
|
486
|
+
<signal af="6" driver="rcc" name="mco"/>
|
487
|
+
<signal device-pin="r|v" af="9" driver="tsc" name="g3_io1"/>
|
488
|
+
<signal device-name="55" af="11" driver="lcd" name="seg17"/>
|
492
489
|
</gpio>
|
493
490
|
<gpio port="b" pin="0">
|
494
491
|
<signal device-name="35" driver="rf" name="tx_mod_ext_pa"/>
|
495
|
-
<signal device-name="55
|
492
|
+
<signal device-name="55" af="6" driver="rf" name="tx_mod_ext_pa"/>
|
496
493
|
<signal af="12" driver="comp" instance="1" name="out"/>
|
497
494
|
</gpio>
|
498
495
|
<gpio port="b" pin="1">
|
@@ -506,7 +503,7 @@
|
|
506
503
|
<signal af="1" driver="lptim" instance="1" name="out"/>
|
507
504
|
<signal af="4" driver="i2c" instance="3" name="smba"/>
|
508
505
|
<signal af="5" driver="spi" instance="1" name="nss"/>
|
509
|
-
<signal device-name="55
|
506
|
+
<signal device-name="55" af="11" driver="lcd" name="vlcd"/>
|
510
507
|
<signal af="13" driver="sai" instance="1" name="extclk"/>
|
511
508
|
</gpio>
|
512
509
|
<gpio port="b" pin="3">
|
@@ -517,7 +514,7 @@
|
|
517
514
|
<signal af="5" driver="spi" instance="1" name="sck"/>
|
518
515
|
<signal af="7" driver="usart" instance="1" name="de"/>
|
519
516
|
<signal af="7" driver="usart" instance="1" name="rts"/>
|
520
|
-
<signal device-name="55
|
517
|
+
<signal device-name="55" af="11" driver="lcd" name="seg7"/>
|
521
518
|
<signal af="13" driver="sai" instance="1" name="sck_b"/>
|
522
519
|
</gpio>
|
523
520
|
<gpio port="b" pin="4">
|
@@ -527,8 +524,8 @@
|
|
527
524
|
<signal af="5" driver="spi" instance="1" name="miso"/>
|
528
525
|
<signal af="7" driver="usart" instance="1" name="cts"/>
|
529
526
|
<signal af="7" driver="usart" instance="1" name="nss"/>
|
530
|
-
<signal device-pin="
|
531
|
-
<signal device-name="55
|
527
|
+
<signal device-pin="r|v" af="9" driver="tsc" name="g2_io1"/>
|
528
|
+
<signal device-name="55" af="11" driver="lcd" name="seg8"/>
|
532
529
|
<signal af="13" driver="sai" instance="1" name="mclk_b"/>
|
533
530
|
<signal af="14" driver="tim" instance="17" name="bkin"/>
|
534
531
|
</gpio>
|
@@ -538,8 +535,8 @@
|
|
538
535
|
<signal af="5" driver="spi" instance="1" name="mosi"/>
|
539
536
|
<signal af="7" driver="usart" instance="1" name="ck"/>
|
540
537
|
<signal af="8" driver="lpuart" instance="1" name="tx"/>
|
541
|
-
<signal device-pin="
|
542
|
-
<signal device-name="55
|
538
|
+
<signal device-pin="r|v" af="9" driver="tsc" name="g2_io2"/>
|
539
|
+
<signal device-name="55" af="11" driver="lcd" name="seg9"/>
|
543
540
|
<signal af="12" driver="comp" instance="2" name="out"/>
|
544
541
|
<signal af="13" driver="sai" instance="1" name="sd_b"/>
|
545
542
|
<signal af="14" driver="tim" instance="16" name="bkin"/>
|
@@ -550,8 +547,8 @@
|
|
550
547
|
<signal af="1" driver="lptim" instance="1" name="etr"/>
|
551
548
|
<signal af="4" driver="i2c" instance="1" name="scl"/>
|
552
549
|
<signal af="7" driver="usart" instance="1" name="tx"/>
|
553
|
-
<signal device-pin="
|
554
|
-
<signal device-name="55
|
550
|
+
<signal device-pin="r|v" af="9" driver="tsc" name="g2_io3"/>
|
551
|
+
<signal device-name="55" af="11" driver="lcd" name="seg6"/>
|
555
552
|
<signal af="13" driver="sai" instance="1" name="fs_b"/>
|
556
553
|
<signal af="14" driver="tim" instance="16" name="ch1n"/>
|
557
554
|
</gpio>
|
@@ -562,8 +559,8 @@
|
|
562
559
|
<signal af="3" driver="tim" instance="1" name="bkin"/>
|
563
560
|
<signal af="4" driver="i2c" instance="1" name="sda"/>
|
564
561
|
<signal af="7" driver="usart" instance="1" name="rx"/>
|
565
|
-
<signal device-pin="
|
566
|
-
<signal device-name="55
|
562
|
+
<signal device-pin="r|v" af="9" driver="tsc" name="g2_io4"/>
|
563
|
+
<signal device-name="55" af="11" driver="lcd" name="seg21"/>
|
567
564
|
<signal af="14" driver="tim" instance="17" name="ch1n"/>
|
568
565
|
</gpio>
|
569
566
|
<gpio port="b" pin="8">
|
@@ -571,7 +568,7 @@
|
|
571
568
|
<signal af="3" driver="sai" instance="1" name="ck1"/>
|
572
569
|
<signal af="4" driver="i2c" instance="1" name="scl"/>
|
573
570
|
<signal af="10" driver="quadspi" name="bk1_io1"/>
|
574
|
-
<signal device-name="55
|
571
|
+
<signal device-name="55" af="11" driver="lcd" name="seg16"/>
|
575
572
|
<signal af="13" driver="sai" instance="1" name="mclk_a"/>
|
576
573
|
<signal af="14" driver="tim" instance="16" name="ch1"/>
|
577
574
|
</gpio>
|
@@ -579,15 +576,15 @@
|
|
579
576
|
<signal af="1" driver="tim" instance="1" name="ch3n"/>
|
580
577
|
<signal af="3" driver="sai" instance="1" name="d2"/>
|
581
578
|
<signal af="4" driver="i2c" instance="1" name="sda"/>
|
582
|
-
<signal device-pin="
|
579
|
+
<signal device-pin="r|v" af="5" driver="spi" instance="2" name="nss"/>
|
583
580
|
<signal af="8" driver="irtim" name="out"/>
|
584
|
-
<signal device-pin="
|
581
|
+
<signal device-pin="v" af="9" driver="tsc" name="g7_io4"/>
|
585
582
|
<signal af="10" driver="quadspi" name="bk1_io0"/>
|
586
|
-
<signal device-name="55
|
583
|
+
<signal device-name="55" af="11" driver="lcd" name="com3"/>
|
587
584
|
<signal af="13" driver="sai" instance="1" name="fs_a"/>
|
588
585
|
<signal af="14" driver="tim" instance="17" name="ch1"/>
|
589
586
|
</gpio>
|
590
|
-
<gpio device-pin="
|
587
|
+
<gpio device-pin="r|v" port="b" pin="10">
|
591
588
|
<signal af="1" driver="tim" instance="2" name="ch3"/>
|
592
589
|
<signal af="4" driver="i2c" instance="3" name="scl"/>
|
593
590
|
<signal af="5" driver="spi" instance="2" name="sck"/>
|
@@ -598,7 +595,7 @@
|
|
598
595
|
<signal af="12" driver="comp" instance="1" name="out"/>
|
599
596
|
<signal af="13" driver="sai" instance="1" name="sck_a"/>
|
600
597
|
</gpio>
|
601
|
-
<gpio device-pin="
|
598
|
+
<gpio device-pin="r|v" port="b" pin="11">
|
602
599
|
<signal af="1" driver="tim" instance="2" name="ch4"/>
|
603
600
|
<signal af="4" driver="i2c" instance="3" name="sda"/>
|
604
601
|
<signal af="8" driver="lpuart" instance="1" name="tx"/>
|
@@ -606,7 +603,7 @@
|
|
606
603
|
<signal af="11" driver="lcd" name="seg11"/>
|
607
604
|
<signal af="12" driver="comp" instance="2" name="out"/>
|
608
605
|
</gpio>
|
609
|
-
<gpio device-pin="
|
606
|
+
<gpio device-pin="r|v" port="b" pin="12">
|
610
607
|
<signal af="3" driver="tim" instance="1" name="bkin"/>
|
611
608
|
<signal af="4" driver="i2c" instance="3" name="smba"/>
|
612
609
|
<signal af="5" driver="spi" instance="2" name="nss"/>
|
@@ -616,7 +613,7 @@
|
|
616
613
|
<signal af="11" driver="lcd" name="seg12"/>
|
617
614
|
<signal af="13" driver="sai" instance="1" name="fs_a"/>
|
618
615
|
</gpio>
|
619
|
-
<gpio device-pin="
|
616
|
+
<gpio device-pin="r|v" port="b" pin="13">
|
620
617
|
<signal af="1" driver="tim" instance="1" name="ch1n"/>
|
621
618
|
<signal af="4" driver="i2c" instance="3" name="scl"/>
|
622
619
|
<signal af="5" driver="spi" instance="2" name="sck"/>
|
@@ -625,7 +622,7 @@
|
|
625
622
|
<signal af="11" driver="lcd" name="seg13"/>
|
626
623
|
<signal af="13" driver="sai" instance="1" name="sck_a"/>
|
627
624
|
</gpio>
|
628
|
-
<gpio device-pin="
|
625
|
+
<gpio device-pin="r|v" port="b" pin="14">
|
629
626
|
<signal af="1" driver="tim" instance="1" name="ch2n"/>
|
630
627
|
<signal af="4" driver="i2c" instance="3" name="sda"/>
|
631
628
|
<signal af="5" driver="spi" instance="2" name="miso"/>
|
@@ -633,7 +630,7 @@
|
|
633
630
|
<signal af="11" driver="lcd" name="seg14"/>
|
634
631
|
<signal af="13" driver="sai" instance="1" name="mclk_a"/>
|
635
632
|
</gpio>
|
636
|
-
<gpio device-pin="
|
633
|
+
<gpio device-pin="r|v" port="b" pin="15">
|
637
634
|
<signal af="0" driver="rtc" name="refin"/>
|
638
635
|
<signal af="1" driver="tim" instance="1" name="ch3n"/>
|
639
636
|
<signal af="5" driver="spi" instance="2" name="mosi"/>
|
@@ -641,7 +638,7 @@
|
|
641
638
|
<signal af="11" driver="lcd" name="seg15"/>
|
642
639
|
<signal af="13" driver="sai" instance="1" name="sd_a"/>
|
643
640
|
</gpio>
|
644
|
-
<gpio device-pin="
|
641
|
+
<gpio device-pin="r|v" port="c" pin="0">
|
645
642
|
<signal driver="adc" instance="1" name="in1"/>
|
646
643
|
<signal af="1" driver="lptim" instance="1" name="in1"/>
|
647
644
|
<signal af="4" driver="i2c" instance="3" name="scl"/>
|
@@ -649,7 +646,7 @@
|
|
649
646
|
<signal af="11" driver="lcd" name="seg18"/>
|
650
647
|
<signal af="14" driver="lptim" instance="2" name="in1"/>
|
651
648
|
</gpio>
|
652
|
-
<gpio device-pin="
|
649
|
+
<gpio device-pin="r|v" port="c" pin="1">
|
653
650
|
<signal driver="adc" instance="1" name="in2"/>
|
654
651
|
<signal af="1" driver="lptim" instance="1" name="out"/>
|
655
652
|
<signal af="3" driver="spi" instance="2" name="mosi"/>
|
@@ -657,13 +654,13 @@
|
|
657
654
|
<signal af="8" driver="lpuart" instance="1" name="tx"/>
|
658
655
|
<signal af="11" driver="lcd" name="seg19"/>
|
659
656
|
</gpio>
|
660
|
-
<gpio device-pin="
|
657
|
+
<gpio device-pin="r|v" port="c" pin="2">
|
661
658
|
<signal driver="adc" instance="1" name="in3"/>
|
662
659
|
<signal af="1" driver="lptim" instance="1" name="in2"/>
|
663
660
|
<signal af="5" driver="spi" instance="2" name="miso"/>
|
664
661
|
<signal af="11" driver="lcd" name="seg20"/>
|
665
662
|
</gpio>
|
666
|
-
<gpio device-pin="
|
663
|
+
<gpio device-pin="r|v" port="c" pin="3">
|
667
664
|
<signal driver="adc" instance="1" name="in4"/>
|
668
665
|
<signal af="1" driver="lptim" instance="1" name="etr"/>
|
669
666
|
<signal af="3" driver="sai" instance="1" name="d1"/>
|
@@ -672,260 +669,172 @@
|
|
672
669
|
<signal af="13" driver="sai" instance="1" name="sd_a"/>
|
673
670
|
<signal af="14" driver="lptim" instance="2" name="etr"/>
|
674
671
|
</gpio>
|
675
|
-
<gpio device-pin="
|
672
|
+
<gpio device-pin="r|v" port="c" pin="4">
|
676
673
|
<signal driver="adc" instance="1" name="in13"/>
|
677
674
|
<signal driver="comp" instance="1" name="inm"/>
|
678
675
|
<signal af="11" driver="lcd" name="seg22"/>
|
679
676
|
</gpio>
|
680
|
-
<gpio device-pin="
|
677
|
+
<gpio device-pin="r|v" port="c" pin="5">
|
681
678
|
<signal driver="adc" instance="1" name="in14"/>
|
682
679
|
<signal driver="comp" instance="1" name="inp"/>
|
683
680
|
<signal driver="sys" name="wkup5"/>
|
684
681
|
<signal af="3" driver="sai" instance="1" name="d3"/>
|
685
682
|
<signal af="11" driver="lcd" name="seg23"/>
|
686
683
|
</gpio>
|
687
|
-
<gpio device-pin="
|
688
|
-
<signal device-pin="
|
684
|
+
<gpio device-pin="r|v" port="c" pin="6">
|
685
|
+
<signal device-pin="v" af="9" driver="tsc" name="g4_io1"/>
|
689
686
|
<signal af="11" driver="lcd" name="seg24"/>
|
690
687
|
</gpio>
|
691
|
-
<gpio device-pin="
|
688
|
+
<gpio device-pin="v" port="c" pin="7">
|
692
689
|
<signal af="9" driver="tsc" name="g4_io2"/>
|
693
690
|
<signal af="11" driver="lcd" name="seg25"/>
|
694
691
|
</gpio>
|
695
|
-
<gpio device-pin="
|
692
|
+
<gpio device-pin="v" port="c" pin="8">
|
696
693
|
<signal af="9" driver="tsc" name="g4_io3"/>
|
697
694
|
<signal af="11" driver="lcd" name="seg26"/>
|
698
695
|
</gpio>
|
699
|
-
<gpio device-pin="
|
696
|
+
<gpio device-pin="v" port="c" pin="9">
|
700
697
|
<signal af="3" driver="tim" instance="1" name="bkin"/>
|
701
698
|
<signal af="9" driver="tsc" name="g4_io4"/>
|
702
699
|
<signal af="10" driver="usb" name="noe"/>
|
703
700
|
<signal af="11" driver="lcd" name="seg27"/>
|
704
701
|
<signal af="13" driver="sai" instance="1" name="sck_b"/>
|
705
702
|
</gpio>
|
706
|
-
<gpio device-pin="
|
703
|
+
<gpio device-pin="r|v" port="c" pin="10">
|
707
704
|
<signal af="0" driver="sys" name="traced1"/>
|
708
705
|
<signal af="9" driver="tsc" name="g3_io2"/>
|
709
706
|
<signal af="11" driver="lcd" name="com4"/>
|
710
707
|
<signal af="11" driver="lcd" name="seg28"/>
|
711
708
|
<signal af="11" driver="lcd" name="seg40"/>
|
712
709
|
</gpio>
|
713
|
-
<gpio device-pin="
|
710
|
+
<gpio device-pin="r|v" port="c" pin="11">
|
714
711
|
<signal af="9" driver="tsc" name="g3_io3"/>
|
715
712
|
<signal af="11" driver="lcd" name="com5"/>
|
716
713
|
<signal af="11" driver="lcd" name="seg29"/>
|
717
714
|
<signal af="11" driver="lcd" name="seg41"/>
|
718
715
|
</gpio>
|
719
|
-
<gpio device-pin="
|
716
|
+
<gpio device-pin="r|v" port="c" pin="12">
|
720
717
|
<signal driver="rtc" name="tamp3"/>
|
721
718
|
<signal driver="sys" name="wkup3"/>
|
722
719
|
<signal af="0" driver="sys" name="traced3"/>
|
723
|
-
<signal
|
720
|
+
<signal af="6" driver="rcc" name="lsco"/>
|
724
721
|
<signal af="9" driver="tsc" name="g3_io4"/>
|
725
722
|
<signal af="11" driver="lcd" name="com6"/>
|
726
723
|
<signal af="11" driver="lcd" name="seg30"/>
|
727
724
|
<signal af="11" driver="lcd" name="seg42"/>
|
728
725
|
</gpio>
|
729
|
-
<gpio device-pin="
|
726
|
+
<gpio device-pin="r|v" port="c" pin="13">
|
730
727
|
<signal driver="rtc" name="out1"/>
|
731
728
|
<signal driver="rtc" name="tamp1"/>
|
732
729
|
<signal driver="rtc" name="ts"/>
|
733
730
|
<signal driver="sys" name="wkup2"/>
|
734
731
|
</gpio>
|
735
|
-
<gpio
|
732
|
+
<gpio port="c" pin="14">
|
736
733
|
<signal driver="rcc" name="osc32_in"/>
|
737
734
|
</gpio>
|
738
|
-
<gpio
|
735
|
+
<gpio port="c" pin="15">
|
739
736
|
<signal driver="rcc" name="osc32_out"/>
|
740
737
|
</gpio>
|
741
|
-
<gpio device-pin="
|
738
|
+
<gpio device-pin="r|v" port="d" pin="0">
|
742
739
|
<signal af="5" driver="spi" instance="2" name="nss"/>
|
743
740
|
</gpio>
|
744
|
-
<gpio device-pin="
|
741
|
+
<gpio device-pin="r|v" port="d" pin="1">
|
745
742
|
<signal af="5" driver="spi" instance="2" name="sck"/>
|
746
743
|
</gpio>
|
747
|
-
<gpio device-pin="
|
744
|
+
<gpio device-pin="v" port="d" pin="2">
|
748
745
|
<signal af="0" driver="sys" name="traced2"/>
|
749
746
|
<signal af="9" driver="tsc" name="sync"/>
|
750
747
|
<signal af="11" driver="lcd" name="com7"/>
|
751
748
|
<signal af="11" driver="lcd" name="seg31"/>
|
752
749
|
<signal af="11" driver="lcd" name="seg43"/>
|
753
750
|
</gpio>
|
754
|
-
<gpio device-pin="
|
751
|
+
<gpio device-pin="v" port="d" pin="3">
|
755
752
|
<signal af="3" driver="spi" instance="2" name="sck"/>
|
756
753
|
<signal af="5" driver="spi" instance="2" name="miso"/>
|
757
754
|
<signal af="10" driver="quadspi" name="bk1_ncs"/>
|
758
755
|
</gpio>
|
759
|
-
<gpio device-pin="
|
756
|
+
<gpio device-pin="v" port="d" pin="4">
|
760
757
|
<signal af="5" driver="spi" instance="2" name="mosi"/>
|
761
758
|
<signal af="9" driver="tsc" name="g5_io1"/>
|
762
759
|
<signal af="10" driver="quadspi" name="bk1_io0"/>
|
763
760
|
</gpio>
|
764
|
-
<gpio device-pin="
|
761
|
+
<gpio device-pin="v" port="d" pin="5">
|
765
762
|
<signal af="9" driver="tsc" name="g5_io2"/>
|
766
763
|
<signal af="10" driver="quadspi" name="bk1_io1"/>
|
767
764
|
<signal af="13" driver="sai" instance="1" name="mclk_b"/>
|
768
765
|
</gpio>
|
769
|
-
<gpio device-pin="
|
766
|
+
<gpio device-pin="v" port="d" pin="6">
|
770
767
|
<signal af="3" driver="sai" instance="1" name="d1"/>
|
771
768
|
<signal af="9" driver="tsc" name="g5_io3"/>
|
772
769
|
<signal af="10" driver="quadspi" name="bk1_io2"/>
|
773
770
|
<signal af="13" driver="sai" instance="1" name="sd_a"/>
|
774
771
|
</gpio>
|
775
|
-
<gpio device-pin="
|
772
|
+
<gpio device-pin="v" port="d" pin="7">
|
776
773
|
<signal af="9" driver="tsc" name="g5_io4"/>
|
777
774
|
<signal af="10" driver="quadspi" name="bk1_io3"/>
|
778
775
|
<signal af="11" driver="lcd" name="seg39"/>
|
779
776
|
</gpio>
|
780
|
-
<gpio device-pin="
|
777
|
+
<gpio device-pin="v" port="d" pin="8">
|
781
778
|
<signal af="2" driver="tim" instance="1" name="bkin2"/>
|
782
779
|
<signal af="11" driver="lcd" name="seg28"/>
|
783
780
|
</gpio>
|
784
|
-
<gpio device-pin="
|
781
|
+
<gpio device-pin="v" port="d" pin="9">
|
785
782
|
<signal af="0" driver="sys" name="traced0"/>
|
786
783
|
<signal af="11" driver="lcd" name="seg29"/>
|
787
784
|
</gpio>
|
788
|
-
<gpio device-pin="
|
785
|
+
<gpio device-pin="v" port="d" pin="10">
|
789
786
|
<signal driver="sys" name="trig_inout"/>
|
790
787
|
<signal af="9" driver="tsc" name="g6_io1"/>
|
791
788
|
<signal af="11" driver="lcd" name="seg30"/>
|
792
789
|
</gpio>
|
793
|
-
<gpio device-pin="
|
790
|
+
<gpio device-pin="v" port="d" pin="11">
|
794
791
|
<signal af="9" driver="tsc" name="g6_io2"/>
|
795
792
|
<signal af="11" driver="lcd" name="seg31"/>
|
796
793
|
<signal af="14" driver="lptim" instance="2" name="etr"/>
|
797
794
|
</gpio>
|
798
|
-
<gpio device-pin="
|
795
|
+
<gpio device-pin="v" port="d" pin="12">
|
799
796
|
<signal af="9" driver="tsc" name="g6_io3"/>
|
800
797
|
<signal af="11" driver="lcd" name="seg32"/>
|
801
798
|
<signal af="14" driver="lptim" instance="2" name="in1"/>
|
802
799
|
</gpio>
|
803
|
-
<gpio device-pin="
|
800
|
+
<gpio device-pin="v" port="d" pin="13">
|
804
801
|
<signal af="9" driver="tsc" name="g6_io4"/>
|
805
802
|
<signal af="11" driver="lcd" name="seg33"/>
|
806
803
|
<signal af="14" driver="lptim" instance="2" name="out"/>
|
807
804
|
</gpio>
|
808
|
-
<gpio device-pin="
|
805
|
+
<gpio device-pin="v" port="d" pin="14">
|
809
806
|
<signal af="1" driver="tim" instance="1" name="ch1"/>
|
810
807
|
<signal af="11" driver="lcd" name="seg34"/>
|
811
808
|
</gpio>
|
812
|
-
<gpio device-pin="
|
809
|
+
<gpio device-pin="v" port="d" pin="15">
|
813
810
|
<signal af="1" driver="tim" instance="1" name="ch2"/>
|
814
811
|
<signal af="11" driver="lcd" name="seg35"/>
|
815
812
|
</gpio>
|
816
|
-
<gpio device-pin="
|
813
|
+
<gpio device-pin="v" port="e" pin="0">
|
817
814
|
<signal af="1" driver="tim" instance="1" name="etr"/>
|
818
815
|
<signal af="9" driver="tsc" name="g7_io3"/>
|
819
816
|
<signal af="11" driver="lcd" name="seg36"/>
|
820
817
|
<signal af="14" driver="tim" instance="16" name="ch1"/>
|
821
818
|
</gpio>
|
822
|
-
<gpio device-pin="
|
819
|
+
<gpio device-pin="v" port="e" pin="1">
|
823
820
|
<signal af="9" driver="tsc" name="g7_io2"/>
|
824
821
|
<signal af="11" driver="lcd" name="seg37"/>
|
825
822
|
<signal af="14" driver="tim" instance="17" name="ch1"/>
|
826
823
|
</gpio>
|
827
|
-
<gpio device-pin="
|
824
|
+
<gpio device-pin="v" port="e" pin="2">
|
828
825
|
<signal af="0" driver="sys" name="traceclk"/>
|
829
826
|
<signal af="3" driver="sai" instance="1" name="ck1"/>
|
830
827
|
<signal af="9" driver="tsc" name="g7_io1"/>
|
831
828
|
<signal af="11" driver="lcd" name="seg38"/>
|
832
829
|
<signal af="13" driver="sai" instance="1" name="mclk_a"/>
|
833
830
|
</gpio>
|
834
|
-
<gpio device-pin="
|
831
|
+
<gpio device-pin="v" port="e" pin="3"/>
|
835
832
|
<gpio port="e" pin="4"/>
|
836
|
-
<gpio device-pin="
|
837
|
-
<gpio device-pin="
|
833
|
+
<gpio device-pin="v" port="h" pin="0"/>
|
834
|
+
<gpio device-pin="v" port="h" pin="1"/>
|
838
835
|
<gpio port="h" pin="3">
|
839
836
|
<signal af="0" driver="rcc" name="lsco"/>
|
840
837
|
</gpio>
|
841
|
-
<package device-name="5m" name="LGA86">
|
842
|
-
<pin position="1" name="PA2"/>
|
843
|
-
<pin position="2" name="PA1"/>
|
844
|
-
<pin position="3" name="PA0"/>
|
845
|
-
<pin position="4" name="VREF+" type="monoio"/>
|
846
|
-
<pin position="5" name="VSS" type="power"/>
|
847
|
-
<pin position="6" name="VDDA" type="power"/>
|
848
|
-
<pin position="7" name="PC3"/>
|
849
|
-
<pin position="8" name="PC2"/>
|
850
|
-
<pin position="9" name="PC1"/>
|
851
|
-
<pin position="10" name="NRST" type="reset"/>
|
852
|
-
<pin position="11" name="PB9"/>
|
853
|
-
<pin position="12" name="PC0"/>
|
854
|
-
<pin position="13" name="PH3-BOOT0"/>
|
855
|
-
<pin position="14" name="PB8"/>
|
856
|
-
<pin position="15" name="VBAT" type="power"/>
|
857
|
-
<pin position="16" name="VSSSMPS" type="power"/>
|
858
|
-
<pin position="17" name="VDDSMPS" type="power"/>
|
859
|
-
<pin position="18" name="PB7"/>
|
860
|
-
<pin position="19" name="PB5"/>
|
861
|
-
<pin position="20" name="PB4"/>
|
862
|
-
<pin position="21" name="PB3"/>
|
863
|
-
<pin position="22" name="PC10"/>
|
864
|
-
<pin position="23" name="PC11"/>
|
865
|
-
<pin position="24" name="PC12"/>
|
866
|
-
<pin position="25" name="PA13"/>
|
867
|
-
<pin position="26" name="PA14"/>
|
868
|
-
<pin position="27" name="PA15"/>
|
869
|
-
<pin position="28" name="PA10"/>
|
870
|
-
<pin position="29" name="PA12"/>
|
871
|
-
<pin position="30" name="PA11"/>
|
872
|
-
<pin position="31" name="VSS" type="power"/>
|
873
|
-
<pin position="32" name="VDDUSB" type="power"/>
|
874
|
-
<pin position="33" name="PD0"/>
|
875
|
-
<pin position="34" name="PD1"/>
|
876
|
-
<pin position="35" name="PB13"/>
|
877
|
-
<pin position="36" name="PC6"/>
|
878
|
-
<pin position="37" name="PB14"/>
|
879
|
-
<pin position="38" name="PB15"/>
|
880
|
-
<pin position="39" name="PB6"/>
|
881
|
-
<pin position="40" name="PC13"/>
|
882
|
-
<pin position="41" name="PB12"/>
|
883
|
-
<pin position="42" name="PE4"/>
|
884
|
-
<pin position="43" name="PB1"/>
|
885
|
-
<pin position="44" name="PB0"/>
|
886
|
-
<pin position="45" name="PC5"/>
|
887
|
-
<pin position="46" name="PB11"/>
|
888
|
-
<pin position="47" name="PB10"/>
|
889
|
-
<pin position="48" name="PB2"/>
|
890
|
-
<pin position="49" name="PC4"/>
|
891
|
-
<pin position="50" name="PA8"/>
|
892
|
-
<pin position="51" name="PA9"/>
|
893
|
-
<pin position="52" name="PA7"/>
|
894
|
-
<pin position="53" name="PA6"/>
|
895
|
-
<pin position="54" name="PA5"/>
|
896
|
-
<pin position="55" name="PA4"/>
|
897
|
-
<pin position="56" name="PA3"/>
|
898
|
-
<pin position="57" name="VSS" type="power"/>
|
899
|
-
<pin position="58" name="ANT_IN"/>
|
900
|
-
<pin position="59" name="RF_OUT"/>
|
901
|
-
<pin position="60" name="VSS" type="power"/>
|
902
|
-
<pin position="61" name="PH0"/>
|
903
|
-
<pin position="62" name="PH1"/>
|
904
|
-
<pin position="63" name="PD14"/>
|
905
|
-
<pin position="64" name="PE1"/>
|
906
|
-
<pin position="65" name="PD13"/>
|
907
|
-
<pin position="66" name="PD12"/>
|
908
|
-
<pin position="67" name="PD7"/>
|
909
|
-
<pin position="68" name="PD2"/>
|
910
|
-
<pin position="69" name="PC9"/>
|
911
|
-
<pin position="70" name="PD3"/>
|
912
|
-
<pin position="71" name="PC7"/>
|
913
|
-
<pin position="72" name="PE3"/>
|
914
|
-
<pin position="73" name="PD4"/>
|
915
|
-
<pin position="74" name="PD9"/>
|
916
|
-
<pin position="75" name="PD8"/>
|
917
|
-
<pin position="76" name="PD15"/>
|
918
|
-
<pin position="77" name="PD10"/>
|
919
|
-
<pin position="78" name="PE2"/>
|
920
|
-
<pin position="79" name="PE0"/>
|
921
|
-
<pin position="80" name="PD5"/>
|
922
|
-
<pin position="81" name="PD6"/>
|
923
|
-
<pin position="82" name="PD11"/>
|
924
|
-
<pin position="83" name="PC8"/>
|
925
|
-
<pin position="84" name="VSS" type="power"/>
|
926
|
-
<pin position="85" name="ANT_NC"/>
|
927
|
-
<pin position="86" name="VSS" type="power"/>
|
928
|
-
</package>
|
929
838
|
<package device-package="q" name="UFBGA129">
|
930
839
|
<pin position="A1" name="PE1"/>
|
931
840
|
<pin position="A2" name="PB6"/>
|