Blame view

Numwork2.net 36.6 KB
6663b6c9   adorian   projet complet av...
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
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
  (export (version D)
    (design
      (source /home/pifou/Documents/Numwork/Numwork.sch)
      (date "Mon Oct  1 10:27:26 2018")
      (tool "Eeschema 4.0.5+dfsg1-4")
      (sheet (number 1) (name /) (tstamps /)
        (title_block
          (title)
          (company)
          (rev)
          (date)
          (source Numwork.sch)
          (comment (number 1) (value ""))
          (comment (number 2) (value ""))
          (comment (number 3) (value ""))
          (comment (number 4) (value "")))))
    (components
      (comp (ref U1)
        (value STM32F417VGTx)
        (footprint LQFP100)
        (libsource (lib stm32) (part STM32F417VGTx))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADE8CD))
      (comp (ref C1)
        (value "100 nf")
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADE9C8))
      (comp (ref C2)
        (value 100nf)
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADEAD9))
      (comp (ref C4)
        (value "100 nf")
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADEB8A))
      (comp (ref C6)
        (value "4.7 µf")
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADEBD7))
      (comp (ref C5)
        (value "100 nf")
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADEC23))
      (comp (ref C3)
        (value "100 nf")
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADEC4C))
      (comp (ref C7)
        (value "100 nf")
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADEC76))
      (comp (ref C8)
        (value "1 µf")
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BADECA3))
      (comp (ref R1)
        (value "10 K ohm")
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE00E3))
      (comp (ref R2)
        (value "10 K ohm")
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE05BD))
      (comp (ref C9)
        (value "100 NF")
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE06E4))
      (comp (ref R3)
        (value "22 ohm")
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE0BF9))
      (comp (ref X1)
        (value Crystal)
        (libsource (lib device) (part Crystal))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE0DD6))
      (comp (ref 33pf1)
        (value C10)
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE0E7C))
      (comp (ref 33pf2)
        (value C12)
        (libsource (lib device) (part C))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE0EEA))
      (comp (ref P2)
        (value CONN_01X40)
        (libsource (lib conn) (part CONN_01X40))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE1C12))
      (comp (ref 10kohm1)
        (value R)
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE4CE9))
      (comp (ref D1)
        (value LED_ARGB)
        (libsource (lib device) (part LED_ARGB))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE54D2))
      (comp (ref R4)
        (value "100 ohm")
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE5641))
      (comp (ref 56ohm1)
        (value R5)
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE56F9))
      (comp (ref 56ohm2)
        (value R6)
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE5784))
      (comp (ref Q1)
        (value Q_NMOS_DGS)
        (libsource (lib device) (part Q_NMOS_DGS))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE580C))
      (comp (ref Q2)
        (value Q_NMOS_DGS)
        (libsource (lib device) (part Q_NMOS_DGS))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE58A9))
      (comp (ref Q3)
        (value Q_NMOS_DGS)
        (libsource (lib device) (part Q_NMOS_DGS))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE59A6))
      (comp (ref 1MOHM1)
        (value R)
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE5B8D))
      (comp (ref 1MOHM2)
        (value R)
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE5C93))
      (comp (ref 1MOHM3)
        (value R)
        (libsource (lib device) (part R))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE5D1E))
      (comp (ref P3)
        (value USB_OTG)
        (libsource (lib conn) (part USB_OTG))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE9389))
      (comp (ref U2)
        (value USBLC6-2SC6)
        (footprint TO_SOT_Packages_SMD:SOT-23-6)
        (libsource (lib ESD_Protection) (part USBLC6-2SC6))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BAE9535))
      (comp (ref U3)
        (value AP131-28)
        (footprint TO_SOT_Packages_SMD:SOT-23-5)
        (libsource (lib regul) (part AP131-28))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BB2076A))
      (comp (ref P1)
        (value CONN_01X31)
        (libsource (lib conn) (part CONN_01X31))
        (sheetpath (names /) (tstamps /))
        (tstamp 5BB22F9A)))
    (libparts
      (libpart (lib regul) (part AP131-15)
        (aliases
          (alias AP131-18)
          (alias AP131-20)
          (alias AP131-25)
          (alias AP131-28)
          (alias AP131-29)
          (alias AP131-30)
          (alias AP131-33)
          (alias AP131-35))
        (description "300mA low dropout linear regulator, shutdown pin, 1.5V fixed positive output, SOT-23-5 package")
        (docs http://www.diodes.com/_files/datasheets/AP131.pdf)
        (footprints
          (fp SOT-23*))
        (fields
          (field (name Reference) U)
          (field (name Value) AP131-15)
          (field (name Footprint) TO_SOT_Packages_SMD:SOT-23-5))
        (pins
          (pin (num 1) (name IN) (type power_in))
          (pin (num 2) (name GND) (type power_in))
          (pin (num 3) (name EN) (type input))
          (pin (num 4) (name BP) (type input))
          (pin (num 5) (name OUT) (type power_out))))
      (libpart (lib device) (part C)
        (description "Unpolarized capacitor")
        (footprints
          (fp C?)
          (fp C_????_*)
          (fp C_????)
          (fp SMD*_c)
          (fp Capacitor*))
        (fields
          (field (name Reference) C)
          (field (name Value) C))
        (pins
          (pin (num 1) (name ~) (type passive))
          (pin (num 2) (name ~) (type passive))))
      (libpart (lib conn) (part CONN_01X31)
        (description "Connector, single row, 01x31")
        (footprints
          (fp Pin_Header_Straight_1X31)
          (fp Pin_Header_Angled_1X31)
          (fp Socket_Strip_Straight_1X31)
          (fp Socket_Strip_Angled_1X31))
        (fields
          (field (name Reference) P)
          (field (name Value) CONN_01X31))
        (pins
          (pin (num 1) (name P1) (type passive))
          (pin (num 2) (name P2) (type passive))
          (pin (num 3) (name P3) (type passive))
          (pin (num 4) (name P4) (type passive))
          (pin (num 5) (name P5) (type passive))
          (pin (num 6) (name P6) (type passive))
          (pin (num 7) (name P7) (type passive))
          (pin (num 8) (name P8) (type passive))
          (pin (num 9) (name P9) (type passive))
          (pin (num 10) (name P10) (type passive))
          (pin (num 11) (name P11) (type passive))
          (pin (num 12) (name P12) (type passive))
          (pin (num 13) (name P13) (type passive))
          (pin (num 14) (name P14) (type passive))
          (pin (num 15) (name P15) (type passive))
          (pin (num 16) (name P16) (type passive))
          (pin (num 17) (name P17) (type passive))
          (pin (num 18) (name P18) (type passive))
          (pin (num 19) (name P19) (type passive))
          (pin (num 20) (name P20) (type passive))
          (pin (num 21) (name P21) (type passive))
          (pin (num 22) (name P22) (type passive))
          (pin (num 23) (name P23) (type passive))
          (pin (num 24) (name P24) (type passive))
          (pin (num 25) (name P25) (type passive))
          (pin (num 26) (name P26) (type passive))
          (pin (num 27) (name P27) (type passive))
          (pin (num 28) (name P28) (type passive))
          (pin (num 29) (name P29) (type passive))
          (pin (num 30) (name P30) (type passive))
          (pin (num 31) (name P31) (type passive))))
      (libpart (lib conn) (part CONN_01X40)
        (description "Connector, single row, 01x40")
        (footprints
          (fp Pin_Header_Straight_1X40)
          (fp Pin_Header_Angled_1X40)
          (fp Socket_Strip_Straight_1X40)
          (fp Socket_Strip_Angled_1X40))
        (fields
          (field (name Reference) P)
          (field (name Value) CONN_01X40))
        (pins
          (pin (num 1) (name P1) (type passive))
          (pin (num 2) (name P2) (type passive))
          (pin (num 3) (name P3) (type passive))
          (pin (num 4) (name P4) (type passive))
          (pin (num 5) (name P5) (type passive))
          (pin (num 6) (name P6) (type passive))
          (pin (num 7) (name P7) (type passive))
          (pin (num 8) (name P8) (type passive))
          (pin (num 9) (name P9) (type passive))
          (pin (num 10) (name P10) (type passive))
          (pin (num 11) (name P11) (type passive))
          (pin (num 12) (name P12) (type passive))
          (pin (num 13) (name P13) (type passive))
          (pin (num 14) (name P14) (type passive))
          (pin (num 15) (name P15) (type passive))
          (pin (num 16) (name P16) (type passive))
          (pin (num 17) (name P17) (type passive))
          (pin (num 18) (name P18) (type passive))
          (pin (num 19) (name P19) (type passive))
          (pin (num 20) (name P20) (type passive))
          (pin (num 21) (name P21) (type passive))
          (pin (num 22) (name P22) (type passive))
          (pin (num 23) (name P23) (type passive))
          (pin (num 24) (name P24) (type passive))
          (pin (num 25) (name P25) (type passive))
          (pin (num 26) (name P26) (type passive))
          (pin (num 27) (name P27) (type passive))
          (pin (num 28) (name P28) (type passive))
          (pin (num 29) (name P29) (type passive))
          (pin (num 30) (name P30) (type passive))
          (pin (num 31) (name P31) (type passive))
          (pin (num 32) (name P32) (type passive))
          (pin (num 33) (name P33) (type passive))
          (pin (num 34) (name P34) (type passive))
          (pin (num 35) (name P35) (type passive))
          (pin (num 36) (name P36) (type passive))
          (pin (num 37) (name P37) (type passive))
          (pin (num 38) (name P38) (type passive))
          (pin (num 39) (name P39) (type passive))
          (pin (num 40) (name P40) (type passive))))
      (libpart (lib device) (part Crystal)
        (description "Two pin crystal")
        (footprints
          (fp Crystal*))
        (fields
          (field (name Reference) Y)
          (field (name Value) Crystal))
        (pins
          (pin (num 1) (name 1) (type passive))
          (pin (num 2) (name 2) (type passive))))
      (libpart (lib device) (part LED_ARGB)
        (description "LED RGB, common anode (pin 1)")
        (fields
          (field (name Reference) D)
          (field (name Value) LED_ARGB))
        (pins
          (pin (num 1) (name A) (type passive))
          (pin (num 2) (name RK) (type passive))
          (pin (num 3) (name GK) (type passive))
          (pin (num 4) (name BK) (type passive))))
      (libpart (lib device) (part Q_NMOS_DGS)
        (description "Transistor N-MOSFET (general)")
        (fields
          (field (name Reference) Q)
          (field (name Value) Q_NMOS_DGS))
        (pins
          (pin (num 1) (name D) (type passive))
          (pin (num 2) (name G) (type input))
          (pin (num 3) (name S) (type passive))))
      (libpart (lib device) (part R)
        (description Resistor)
        (footprints
          (fp R_*)
          (fp Resistor_*))
        (fields
          (field (name Reference) R)
          (field (name Value) R))
        (pins
          (pin (num 1) (name ~) (type passive))
          (pin (num 2) (name ~) (type passive))))
      (libpart (lib stm32) (part STM32F417VETx)
        (aliases
          (alias STM32F417VGTx))
        (description "Core: ARM Cortex-M4 Package: LQFP100 Flash: 512KB Ram: 128KB Frequency: 168MHz Voltage: 1.8..3.6V IO-pins: 82")
        (docs http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00035129.pdf)
        (fields
          (field (name Reference) U)
          (field (name Value) STM32F417VETx)
          (field (name Footprint) LQFP100))
        (pins
          (pin (num 1) (name PE2/ETH_TXD3/FSMC_A23/SYS_TRACECLK) (type BiDi))
          (pin (num 2) (name PE3/FSMC_A19/SYS_TRACED0) (type BiDi))
          (pin (num 3) (name PE4/DCMI_D4/FSMC_A20/SYS_TRACED1) (type BiDi))
          (pin (num 4) (name PE5/DCMI_D6/FSMC_A21/SYS_TRACED2/TIM9_CH1) (type BiDi))
          (pin (num 5) (name PE6/DCMI_D7/FSMC_A22/SYS_TRACED3/TIM9_CH2) (type BiDi))
          (pin (num 6) (name VBAT) (type power_in))
          (pin (num 7) (name ANTI_TAMP/RTC_AF1/PC13) (type BiDi))
          (pin (num 8) (name RCC_OSC32_IN/PC14) (type BiDi))
          (pin (num 9) (name ADC1_EXTI15/ADC2_EXTI15/ADC3_EXTI15/RCC_OSC32_OUT/PC15) (type BiDi))
          (pin (num 10) (name VSS) (type power_in))
          (pin (num 11) (name VDD) (type power_in))
          (pin (num 12) (name PH0/RCC_OSC_IN) (type input))
          (pin (num 13) (name PH1/RCC_OSC_OUT) (type input))
          (pin (num 14) (name NRST) (type input))
          (pin (num 15) (name ADC1_IN10/ADC2_IN10/ADC3_IN10/USB_OTG_HS_ULPI_STP/PC0) (type BiDi))
          (pin (num 16) (name ADC1_IN11/ADC2_IN11/ADC3_IN11/ETH_MDC/PC1) (type BiDi))
          (pin (num 17) (name ADC1_IN12/ADC2_IN12/ADC3_IN12/ETH_TXD2/I2S2_ext_SD/SPI2_MISO/USB_OTG_HS_ULPI_DIR/PC2) (type BiDi))
          (pin (num 18) (name ADC1_IN13/ADC2_IN13/ADC3_IN13/ETH_TX_CLK/I2S2_SD/SPI2_MOSI/USB_OTG_HS_ULPI_NXT/PC3) (type BiDi))
          (pin (num 19) (name VDD) (type power_in))
          (pin (num 20) (name VSSA) (type power_in))
          (pin (num 21) (name VREF+) (type power_in))
          (pin (num 22) (name VDDA) (type power_in))
          (pin (num 23) (name ADC1_IN0/ADC2_IN0/ADC3_IN0/ETH_CRS/SYS_WKUP/TIM2_CH1/TIM2_ETR/TIM5_CH1/TIM8_ETR/UART4_TX/USART2_CTS/PA0) (type BiDi))
          (pin (num 24) (name ADC1_IN1/ADC2_IN1/ADC3_IN1/ETH_REF_CLK/ETH_RX_CLK/TIM2_CH2/TIM5_CH2/UART4_RX/USART2_RTS/PA1) (type BiDi))
          (pin (num 25) (name ADC1_IN2/ADC2_IN2/ADC3_IN2/ETH_MDIO/TIM2_CH3/TIM5_CH3/TIM9_CH1/USART2_TX/PA2) (type BiDi))
          (pin (num 26) (name ADC1_IN3/ADC2_IN3/ADC3_IN3/ETH_COL/TIM2_CH4/TIM5_CH4/TIM9_CH2/USART2_RX/USB_OTG_HS_ULPI_D0/PA3) (type BiDi))
          (pin (num 27) (name VSS) (type power_in))
          (pin (num 28) (name VDD) (type power_in))
          (pin (num 29) (name ADC1_IN4/ADC2_IN4/DAC_OUT1/DCMI_HSYNC/I2S3_WS/SPI1_NSS/SPI3_NSS/USART2_CK/USB_OTG_HS_SOF/PA4) (type BiDi))
          (pin (num 30) (name ADC1_IN5/ADC2_IN5/DAC_OUT2/SPI1_SCK/TIM2_CH1/TIM2_ETR/TIM8_CH1N/USB_OTG_HS_ULPI_CK/PA5) (type BiDi))
          (pin (num 31) (name ADC1_IN6/ADC2_IN6/DCMI_PIXCK/SPI1_MISO/TIM13_CH1/TIM1_BKIN/TIM3_CH1/TIM8_BKIN/PA6) (type BiDi))
          (pin (num 32) (name ADC1_IN7/ADC2_IN7/ETH_CRS_DV/ETH_RX_DV/SPI1_MOSI/TIM14_CH1/TIM1_CH1N/TIM3_CH2/TIM8_CH1N/PA7) (type BiDi))
          (pin (num 33) (name ADC1_IN14/ADC2_IN14/ETH_RXD0/PC4) (type BiDi))
          (pin (num 34) (name ADC1_IN15/ADC2_IN15/ETH_RXD1/PC5) (type BiDi))
          (pin (num 35) (name ADC1_IN8/ADC2_IN8/ETH_RXD2/TIM1_CH2N/TIM3_CH3/TIM8_CH2N/USB_OTG_HS_ULPI_D1/PB0) (type BiDi))
          (pin (num 36) (name ADC1_IN9/ADC2_IN9/ETH_RXD3/TIM1_CH3N/TIM3_CH4/TIM8_CH3N/USB_OTG_HS_ULPI_D2/PB1) (type BiDi))
          (pin (num 37) (name BOOT1/PB2) (type BiDi))
          (pin (num 38) (name PE7/FSMC_D4/FSMC_DA4/TIM1_ETR) (type BiDi))
          (pin (num 39) (name PE8/FSMC_D5/FSMC_DA5/TIM1_CH1N) (type BiDi))
          (pin (num 40) (name PE9/DAC_EXTI9/FSMC_D6/FSMC_DA6/TIM1_CH1) (type BiDi))
          (pin (num 41) (name PE10/FSMC_D7/FSMC_DA7/TIM1_CH2N) (type BiDi))
          (pin (num 42) (name PE11/ADC1_EXTI11/ADC2_EXTI11/ADC3_EXTI11/FSMC_D8/FSMC_DA8/TIM1_CH2) (type BiDi))
          (pin (num 43) (name PE12/FSMC_D9/FSMC_DA9/TIM1_CH3N) (type BiDi))
          (pin (num 44) (name PE13/FSMC_D10/FSMC_DA10/TIM1_CH3) (type BiDi))
          (pin (num 45) (name PE14/FSMC_D11/FSMC_DA11/TIM1_CH4) (type BiDi))
          (pin (num 46) (name PE15/ADC1_EXTI15/ADC2_EXTI15/ADC3_EXTI15/FSMC_D12/FSMC_DA12/TIM1_BKIN) (type BiDi))
          (pin (num 47) (name ETH_RX_ER/I2C2_SCL/I2S2_CK/SPI2_SCK/TIM2_CH3/USART3_TX/USB_OTG_HS_ULPI_D3/PB10) (type BiDi))
          (pin (num 48) (name ADC1_EXTI11/ADC2_EXTI11/ADC3_EXTI11/ETH_TX_EN/I2C2_SDA/TIM2_CH4/USART3_RX/USB_OTG_HS_ULPI_D4/PB11) (type BiDi))
          (pin (num 49) (name VCAP_1) (type power_in))
          (pin (num 50) (name VDD) (type power_in))
          (pin (num 51) (name CAN2_RX/ETH_TXD0/I2C2_SMBA/I2S2_WS/SPI2_NSS/TIM1_BKIN/USART3_CK/USB_OTG_HS_ID/USB_OTG_HS_ULPI_D5/PB12) (type BiDi))
          (pin (num 52) (name CAN2_TX/ETH_TXD1/I2S2_CK/SPI2_SCK/TIM1_CH1N/USART3_CTS/USB_OTG_HS_ULPI_D6/USB_OTG_HS_VBUS/PB13) (type BiDi))
          (pin (num 53) (name I2S2_ext_SD/SPI2_MISO/TIM12_CH1/TIM1_CH2N/TIM8_CH2N/USART3_RTS/USB_OTG_HS_DM/PB14) (type BiDi))
          (pin (num 54) (name ADC1_EXTI15/ADC2_EXTI15/ADC3_EXTI15/I2S2_SD/RTC_REFIN/SPI2_MOSI/TIM12_CH2/TIM1_CH3N/TIM8_CH3N/USB_OTG_HS_DP/PB15) (type BiDi))
          (pin (num 55) (name PD8/FSMC_D13/FSMC_DA13/USART3_TX) (type BiDi))
          (pin (num 56) (name PD9/DAC_EXTI9/FSMC_D14/FSMC_DA14/USART3_RX) (type BiDi))
          (pin (num 57) (name PD10/FSMC_D15/FSMC_DA15/USART3_CK) (type BiDi))
          (pin (num 58) (name PD11/ADC1_EXTI11/ADC2_EXTI11/ADC3_EXTI11/FSMC_A16/FSMC_CLE/USART3_CTS) (type BiDi))
          (pin (num 59) (name PD12/FSMC_A17/FSMC_ALE/TIM4_CH1/USART3_RTS) (type BiDi))
          (pin (num 60) (name PD13/FSMC_A18/TIM4_CH2) (type BiDi))
          (pin (num 61) (name PD14/FSMC_D0/FSMC_DA0/TIM4_CH3) (type BiDi))
          (pin (num 62) (name PD15/ADC1_EXTI15/ADC2_EXTI15/ADC3_EXTI15/FSMC_D1/FSMC_DA1/TIM4_CH4) (type BiDi))
          (pin (num 63) (name DCMI_D0/I2S2_MCK/SDIO_D6/TIM3_CH1/TIM8_CH1/USART6_TX/PC6) (type BiDi))
          (pin (num 64) (name DCMI_D1/I2S3_MCK/SDIO_D7/TIM3_CH2/TIM8_CH2/USART6_RX/PC7) (type BiDi))
          (pin (num 65) (name DCMI_D2/SDIO_D0/TIM3_CH3/TIM8_CH3/USART6_CK/PC8) (type BiDi))
          (pin (num 66) (name DAC_EXTI9/DCMI_D3/I2C3_SDA/I2S_CKIN/RCC_MCO_2/SDIO_D1/TIM3_CH4/TIM8_CH4/PC9) (type BiDi))
          (pin (num 67) (name I2C3_SCL/RCC_MCO_1/TIM1_CH1/USART1_CK/USB_OTG_FS_SOF/PA8) (type BiDi))
          (pin (num 68) (name DAC_EXTI9/DCMI_D0/I2C3_SMBA/TIM1_CH2/USART1_TX/USB_OTG_FS_VBUS/PA9) (type BiDi))
          (pin (num 69) (name DCMI_D1/TIM1_CH3/USART1_RX/USB_OTG_FS_ID/PA10) (type BiDi))
          (pin (num 70) (name ADC1_EXTI11/ADC2_EXTI11/ADC3_EXTI11/CAN1_RX/TIM1_CH4/USART1_CTS/USB_OTG_FS_DM/PA11) (type BiDi))
          (pin (num 71) (name CAN1_TX/TIM1_ETR/USART1_RTS/USB_OTG_FS_DP/PA12) (type BiDi))
          (pin (num 72) (name SYS_JTMS-SWDIO/PA13) (type BiDi))
          (pin (num 73) (name VCAP_2) (type power_in))
          (pin (num 74) (name VSS) (type power_in))
          (pin (num 75) (name VDD) (type power_in))
          (pin (num 76) (name SYS_JTCK-SWCLK/PA14) (type BiDi))
          (pin (num 77) (name ADC1_EXTI15/ADC2_EXTI15/ADC3_EXTI15/I2S3_WS/SPI1_NSS/SPI3_NSS/SYS_JTDI/TIM2_CH1/TIM2_ETR/PA15) (type BiDi))
          (pin (num 78) (name DCMI_D8/I2S3_CK/SDIO_D2/SPI3_SCK/UART4_TX/USART3_TX/PC10) (type BiDi))
          (pin (num 79) (name ADC1_EXTI11/ADC2_EXTI11/ADC3_EXTI11/DCMI_D4/I2S3_ext_SD/SDIO_D3/SPI3_MISO/UART4_RX/USART3_RX/PC11) (type BiDi))
          (pin (num 80) (name DCMI_D9/I2S3_SD/SDIO_CK/SPI3_MOSI/UART5_TX/USART3_CK/PC12) (type BiDi))
          (pin (num 81) (name PD0/CAN1_RX/FSMC_D2/FSMC_DA2) (type BiDi))
          (pin (num 82) (name PD1/CAN1_TX/FSMC_D3/FSMC_DA3) (type BiDi))
          (pin (num 83) (name PD2/DCMI_D11/SDIO_CMD/TIM3_ETR/UART5_RX) (type BiDi))
          (pin (num 84) (name PD3/FSMC_CLK/USART2_CTS) (type BiDi))
          (pin (num 85) (name PD4/FSMC_NOE/USART2_RTS) (type BiDi))
          (pin (num 86) (name PD5/FSMC_NWE/USART2_TX) (type BiDi))
          (pin (num 87) (name PD6/FSMC_NWAIT/USART2_RX) (type BiDi))
          (pin (num 88) (name PD7/FSMC_NCE2/FSMC_NE1/USART2_CK) (type BiDi))
          (pin (num 89) (name I2S3_CK/SPI1_SCK/SPI3_SCK/SYS_JTDO-SWO/TIM2_CH2/PB3) (type BiDi))
          (pin (num 90) (name I2S3_ext_SD/SPI1_MISO/SPI3_MISO/SYS_JTRST/TIM3_CH1/PB4) (type BiDi))
          (pin (num 91) (name CAN2_RX/DCMI_D10/ETH_PPS_OUT/I2C1_SMBA/I2S3_SD/SPI1_MOSI/SPI3_MOSI/TIM3_CH2/USB_OTG_HS_ULPI_D7/PB5) (type BiDi))
          (pin (num 92) (name CAN2_TX/DCMI_D5/I2C1_SCL/TIM4_CH1/USART1_TX/PB6) (type BiDi))
          (pin (num 93) (name DCMI_VSYNC/FSMC_NL/I2C1_SDA/TIM4_CH2/USART1_RX/PB7) (type BiDi))
          (pin (num 94) (name BOOT0) (type input))
          (pin (num 95) (name CAN1_RX/DCMI_D6/ETH_TXD3/I2C1_SCL/SDIO_D4/TIM10_CH1/TIM4_CH3/PB8) (type BiDi))
          (pin (num 96) (name CAN1_TX/DAC_EXTI9/DCMI_D7/I2C1_SDA/I2S2_WS/SDIO_D5/SPI2_NSS/TIM11_CH1/TIM4_CH4/PB9) (type BiDi))
          (pin (num 97) (name PE0/DCMI_D2/FSMC_NBL0/TIM4_ETR) (type BiDi))
          (pin (num 98) (name PE1/DCMI_D3/FSMC_NBL1) (type BiDi))
          (pin (num 99) (name VSS) (type power_in))
          (pin (num 100) (name VDD) (type power_in))))
      (libpart (lib ESD_Protection) (part USBLC6-2SC6)
        (description "Bidirectional ESD Protection Diode, SOT-23-6")
        (docs http://www2.st.com/resource/en/datasheet/CD00050750.pdf)
        (footprints
          (fp SOT-23-*))
        (fields
          (field (name Reference) U)
          (field (name Value) USBLC6-2SC6)
          (field (name Footprint) TO_SOT_Packages_SMD:SOT-23-6))
        (pins
          (pin (num 1) (name IO1) (type passive))
          (pin (num 2) (name GND) (type power_in))
          (pin (num 3) (name IO2) (type passive))
          (pin (num 4) (name IO2) (type passive))
          (pin (num 5) (name VBUS) (type passive))
          (pin (num 6) (name IO1) (type passive))))
      (libpart (lib conn) (part USB_OTG)
        (description "USB micro/mini connector")
        (footprints
          (fp USB*))
        (fields
          (field (name Reference) P)
          (field (name Value) USB_OTG))
        (pins
          (pin (num 1) (name VBUS) (type power_out))
          (pin (num 2) (name D-) (type passive))
          (pin (num 3) (name D+) (type passive))
          (pin (num 4) (name ID) (type power_in))
          (pin (num 5) (name GND) (type power_in))
          (pin (num 6) (name shield) (type passive)))))
    (libraries
      (library (logical regul)
        (uri /usr/share/kicad/library/regul.lib))
      (library (logical stm32)
        (uri /usr/share/kicad/library/stm32.lib))
      (library (logical device)
        (uri /usr/share/kicad/library/device.lib))
      (library (logical ESD_Protection)
        (uri /usr/share/kicad/library/ESD_Protection.lib))
      (library (logical conn)
        (uri /usr/share/kicad/library/conn.lib)))
    (nets
      (net (code 1) (name GND)
        (node (ref U3) (pin 2))
        (node (ref C8) (pin 2))
        (node (ref Q1) (pin 3))
        (node (ref Q3) (pin 3))
        (node (ref Q2) (pin 3))
        (node (ref C7) (pin 2))
        (node (ref P1) (pin 31))
        (node (ref P1) (pin 1))
        (node (ref P2) (pin 1))
        (node (ref R1) (pin 2))
        (node (ref 33pf2) (pin 1))
        (node (ref 33pf1) (pin 1))
        (node (ref P2) (pin 33))
        (node (ref C3) (pin 2))
        (node (ref C5) (pin 2))
        (node (ref C6) (pin 2))
        (node (ref C4) (pin 2))
        (node (ref C2) (pin 2))
        (node (ref C1) (pin 2))
        (node (ref P2) (pin 39))
        (node (ref P2) (pin 32))
        (node (ref P2) (pin 31))
        (node (ref C9) (pin 2))
        (node (ref P3) (pin 5))
        (node (ref 1MOHM1) (pin 2))
        (node (ref 1MOHM2) (pin 2))
        (node (ref 1MOHM3) (pin 2)))
      (net (code 2) (name LED_RED)
        (node (ref 1MOHM1) (pin 1))
        (node (ref Q1) (pin 2)))
      (net (code 3) (name "Net-(Q1-Pad1)")
        (node (ref R4) (pin 2))
        (node (ref Q1) (pin 1)))
      (net (code 4) (name "Net-(56ohm1-Pad2)")
        (node (ref Q2) (pin 1))
        (node (ref 56ohm1) (pin 2)))
      (net (code 5) (name "Net-(56ohm2-Pad2)")
        (node (ref Q3) (pin 1))
        (node (ref 56ohm2) (pin 2)))
      (net (code 6) (name USB_D-)
        (node (ref U2) (pin 4)))
      (net (code 7) (name "Net-(P3-Pad4)")
        (node (ref P3) (pin 4)))
      (net (code 8) (name "Net-(P3-Pad6)")
        (node (ref P3) (pin 6)))
      (net (code 9) (name "Net-(P3-Pad3)")
        (node (ref P3) (pin 3))
        (node (ref U2) (pin 1)))
      (net (code 10) (name "Net-(U2-Pad2)")
        (node (ref U2) (pin 2)))
      (net (code 11) (name "Net-(P3-Pad2)")
        (node (ref U2) (pin 3))
        (node (ref P3) (pin 2)))
      (net (code 12) (name "Net-(P3-Pad1)")
        (node (ref P3) (pin 1)))
      (net (code 13) (name USB_D+)
        (node (ref U2) (pin 6)))
      (net (code 14) (name LED_GREEN)
        (node (ref 1MOHM2) (pin 1))
        (node (ref Q2) (pin 2)))
      (net (code 15) (name LED_BLUE)
        (node (ref Q3) (pin 2))
        (node (ref 1MOHM3) (pin 1)))
      (net (code 16) (name +BATT)
        (node (ref U3) (pin 1))
        (node (ref 10kohm1) (pin 1))
        (node (ref D1) (pin 1)))
      (net (code 17) (name "Net-(D1-Pad2)")
        (node (ref D1) (pin 2))
        (node (ref R4) (pin 1)))
      (net (code 18) (name "Net-(56ohm1-Pad1)")
        (node (ref 56ohm1) (pin 1))
        (node (ref D1) (pin 3)))
      (net (code 19) (name "Net-(56ohm2-Pad1)")
        (node (ref D1) (pin 4))
        (node (ref 56ohm2) (pin 1)))
      (net (code 20) (name POW_EN)
        (node (ref U3) (pin 3))
        (node (ref 10kohm1) (pin 2)))
      (net (code 21) (name LCD_D6)
        (node (ref P2) (pin 20))
        (node (ref P1) (pin 15)))
      (net (code 22) (name LCD_D12)
        (node (ref P2) (pin 26))
        (node (ref P1) (pin 21)))
      (net (code 23) (name LCD_D3)
        (node (ref P1) (pin 12))
        (node (ref P2) (pin 17)))
      (net (code 24) (name LCD_D13)
        (node (ref P1) (pin 22))
        (node (ref P2) (pin 27)))
      (net (code 25) (name LCD_D4)
        (node (ref P1) (pin 13))
        (node (ref P2) (pin 18)))
      (net (code 26) (name LCD_D14)
        (node (ref P1) (pin 23))
        (node (ref P2) (pin 28)))
      (net (code 27) (name LCD_D5)
        (node (ref P2) (pin 19))
        (node (ref P1) (pin 14)))
      (net (code 28) (name LCD_D15)
        (node (ref P2) (pin 29))
        (node (ref P1) (pin 24)))
      (net (code 29) (name LCD_D2)
        (node (ref P2) (pin 16))
        (node (ref P1) (pin 11)))
      (net (code 30) (name LCD_TE)
        (node (ref P1) (pin 25)))
      (net (code 31) (name LCD_D7)
        (node (ref P1) (pin 16))
        (node (ref P2) (pin 21)))
      (net (code 32) (name LCD_LED_A)
        (node (ref P1) (pin 26))
        (node (ref P2) (pin 38)))
      (net (code 33) (name LCD_D8)
        (node (ref P1) (pin 17))
        (node (ref P2) (pin 22)))
      (net (code 34) (name LCD_LED_K1)
        (node (ref P2) (pin 34))
        (node (ref P1) (pin 27)))
      (net (code 35) (name LCD_D9)
        (node (ref P1) (pin 18))
        (node (ref P2) (pin 23)))
      (net (code 36) (name LCD_LED_K2)
        (node (ref P1) (pin 28))
        (node (ref P2) (pin 35)))
      (net (code 37) (name LCD_D10)
        (node (ref P2) (pin 24))
        (node (ref P1) (pin 19)))
      (net (code 38) (name LCD_LED_K4)
        (node (ref P1) (pin 30))
        (node (ref P2) (pin 37)))
      (net (code 39) (name LCD_D11)
        (node (ref P1) (pin 20))
        (node (ref P2) (pin 25)))
      (net (code 40) (name LCD_D1)
        (node (ref P1) (pin 10))
        (node (ref P2) (pin 15)))
      (net (code 41) (name LCD_D0)
        (node (ref P2) (pin 14))
        (node (ref P1) (pin 9)))
      (net (code 42) (name LCD_NOE)
        (node (ref P2) (pin 13))
        (node (ref P1) (pin 8)))
      (net (code 43) (name LCD_NWE)
        (node (ref P2) (pin 12))
        (node (ref P1) (pin 7)))
      (net (code 44) (name LCD_DAT_INS)
        (node (ref P1) (pin 6))
        (node (ref P2) (pin 11)))
      (net (code 45) (name LCD_CSX)
        (node (ref P2) (pin 10))
        (node (ref P1) (pin 5)))
      (net (code 46) (name LCD_RESET)
        (node (ref P1) (pin 4))
        (node (ref P2) (pin 30)))
      (net (code 47) (name LCD_EXTC)
        (node (ref P1) (pin 3)))
      (net (code 48) (name LCD_POW_EN)
        (node (ref P1) (pin 2))
        (node (ref P2) (pin 7)))
      (net (code 49) (name LCD_LED_K3)
        (node (ref P2) (pin 36))
        (node (ref P1) (pin 29)))
      (net (code 50) (name BOOT0)
        (node (ref R1) (pin 1))
        (node (ref U2) (pin 5)))
      (net (code 51) (name VDD)
        (node (ref C1) (pin 1))
        (node (ref C8) (pin 1))
        (node (ref C7) (pin 1))
        (node (ref C3) (pin 1))
        (node (ref C5) (pin 1))
        (node (ref C6) (pin 1))
        (node (ref C4) (pin 1))
        (node (ref C2) (pin 1))
        (node (ref R2) (pin 1))
        (node (ref U3) (pin 4))
        (node (ref U3) (pin 5)))
      (net (code 52) (name "Net-(U1-Pad19)")
        (node (ref U1) (pin 19)))
      (net (code 53) (name "Net-(U1-Pad28)")
        (node (ref U1) (pin 28)))
      (net (code 54) (name "Net-(U1-Pad38)")
        (node (ref U1) (pin 38)))
      (net (code 55) (name "Net-(U1-Pad48)")
        (node (ref U1) (pin 48)))
      (net (code 56) (name "Net-(U1-Pad58)")
        (node (ref U1) (pin 58)))
      (net (code 57) (name "Net-(U1-Pad68)")
        (node (ref U1) (pin 68)))
      (net (code 58) (name "Net-(U1-Pad78)")
        (node (ref U1) (pin 78)))
      (net (code 59) (name "Net-(U1-Pad88)")
        (node (ref U1) (pin 88)))
      (net (code 60) (name "Net-(U1-Pad98)")
        (node (ref U1) (pin 98)))
      (net (code 61) (name "Net-(U1-Pad18)")
        (node (ref U1) (pin 18)))
      (net (code 62) (name "Net-(U1-Pad29)")
        (node (ref U1) (pin 29)))
      (net (code 63) (name "Net-(U1-Pad39)")
        (node (ref U1) (pin 39)))
      (net (code 64) (name "Net-(U1-Pad49)")
        (node (ref U1) (pin 49)))
      (net (code 65) (name "Net-(U1-Pad59)")
        (node (ref U1) (pin 59)))
      (net (code 66) (name "Net-(U1-Pad69)")
        (node (ref U1) (pin 69)))
      (net (code 67) (name "Net-(U1-Pad79)")
        (node (ref U1) (pin 79)))
      (net (code 68) (name "Net-(U1-Pad89)")
        (node (ref U1) (pin 89)))
      (net (code 69) (name "Net-(U1-Pad99)")
        (node (ref U1) (pin 99)))
      (net (code 70) (name "Net-(U1-Pad97)")
        (node (ref U1) (pin 97)))
      (net (code 71) (name "Net-(U1-Pad87)")
        (node (ref U1) (pin 87)))
      (net (code 72) (name "Net-(U1-Pad77)")
        (node (ref U1) (pin 77)))
      (net (code 73) (name "Net-(U1-Pad67)")
        (node (ref U1) (pin 67)))
      (net (code 74) (name "Net-(U1-Pad57)")
        (node (ref U1) (pin 57)))
      (net (code 75) (name "Net-(U1-Pad47)")
        (node (ref U1) (pin 47)))
      (net (code 76) (name "Net-(U1-Pad37)")
        (node (ref U1) (pin 37)))
      (net (code 77) (name "Net-(U1-Pad27)")
        (node (ref U1) (pin 27)))
      (net (code 78) (name "Net-(U1-Pad17)")
        (node (ref U1) (pin 17)))
      (net (code 79) (name "Net-(U1-Pad96)")
        (node (ref U1) (pin 96)))
      (net (code 80) (name "Net-(U1-Pad86)")
        (node (ref U1) (pin 86)))
      (net (code 81) (name "Net-(U1-Pad76)")
        (node (ref U1) (pin 76)))
      (net (code 82) (name "Net-(U1-Pad66)")
        (node (ref U1) (pin 66)))
      (net (code 83) (name "Net-(U1-Pad56)")
        (node (ref U1) (pin 56)))
      (net (code 84) (name "Net-(U1-Pad46)")
        (node (ref U1) (pin 46)))
      (net (code 85) (name "Net-(U1-Pad36)")
        (node (ref U1) (pin 36)))
      (net (code 86) (name "Net-(U1-Pad100)")
        (node (ref U1) (pin 100)))
      (net (code 87) (name "Net-(U1-Pad81)")
        (node (ref U1) (pin 81)))
      (net (code 88) (name "Net-(U1-Pad90)")
        (node (ref U1) (pin 90)))
      (net (code 89) (name "Net-(U1-Pad11)")
        (node (ref U1) (pin 11)))
      (net (code 90) (name "Net-(U1-Pad21)")
        (node (ref U1) (pin 21)))
      (net (code 91) (name "Net-(U1-Pad31)")
        (node (ref U1) (pin 31)))
      (net (code 92) (name "Net-(U1-Pad41)")
        (node (ref U1) (pin 41)))
      (net (code 93) (name "Net-(U1-Pad51)")
        (node (ref U1) (pin 51)))
      (net (code 94) (name "Net-(U1-Pad61)")
        (node (ref U1) (pin 61)))
      (net (code 95) (name "Net-(U1-Pad71)")
        (node (ref U1) (pin 71)))
      (net (code 96) (name "Net-(U1-Pad80)")
        (node (ref U1) (pin 80)))
      (net (code 97) (name "Net-(U1-Pad91)")
        (node (ref U1) (pin 91)))
      (net (code 98) (name "Net-(U1-Pad12)")
        (node (ref U1) (pin 12)))
      (net (code 99) (name "Net-(U1-Pad22)")
        (node (ref U1) (pin 22)))
      (net (code 100) (name "Net-(U1-Pad32)")
        (node (ref U1) (pin 32)))
      (net (code 101) (name "Net-(U1-Pad42)")
        (node (ref U1) (pin 42)))
      (net (code 102) (name "Net-(U1-Pad52)")
        (node (ref U1) (pin 52)))
      (net (code 103) (name "Net-(U1-Pad62)")
        (node (ref U1) (pin 62)))
      (net (code 104) (name "Net-(U1-Pad72)")
        (node (ref U1) (pin 72)))
      (net (code 105) (name "Net-(U1-Pad70)")
        (node (ref U1) (pin 70)))
      (net (code 106) (name "Net-(U1-Pad60)")
        (node (ref U1) (pin 60)))
      (net (code 107) (name "Net-(U1-Pad50)")
        (node (ref U1) (pin 50)))
      (net (code 108) (name "Net-(U1-Pad40)")
        (node (ref U1) (pin 40)))
      (net (code 109) (name "Net-(U1-Pad30)")
        (node (ref U1) (pin 30)))
      (net (code 110) (name "Net-(U1-Pad20)")
        (node (ref U1) (pin 20)))
      (net (code 111) (name "Net-(U1-Pad10)")
        (node (ref U1) (pin 10)))
      (net (code 112) (name "Net-(U1-Pad9)")
        (node (ref U1) (pin 9)))
      (net (code 113) (name "Net-(U1-Pad8)")
        (node (ref U1) (pin 8)))
      (net (code 114) (name "Net-(U1-Pad7)")
        (node (ref U1) (pin 7)))
      (net (code 115) (name "Net-(U1-Pad6)")
        (node (ref U1) (pin 6)))
      (net (code 116) (name "Net-(U1-Pad5)")
        (node (ref U1) (pin 5)))
      (net (code 117) (name "Net-(U1-Pad4)")
        (node (ref U1) (pin 4)))
      (net (code 118) (name "Net-(U1-Pad3)")
        (node (ref U1) (pin 3)))
      (net (code 119) (name "Net-(U1-Pad2)")
        (node (ref U1) (pin 2)))
      (net (code 120) (name "Net-(U1-Pad54)")
        (node (ref U1) (pin 54)))
      (net (code 121) (name "Net-(U1-Pad26)")
        (node (ref U1) (pin 26)))
      (net (code 122) (name "Net-(U1-Pad16)")
        (node (ref U1) (pin 16)))
      (net (code 123) (name "Net-(U1-Pad95)")
        (node (ref U1) (pin 95)))
      (net (code 124) (name "Net-(U1-Pad85)")
        (node (ref U1) (pin 85)))
      (net (code 125) (name "Net-(U1-Pad75)")
        (node (ref U1) (pin 75)))
      (net (code 126) (name "Net-(U1-Pad65)")
        (node (ref U1) (pin 65)))
      (net (code 127) (name "Net-(U1-Pad55)")
        (node (ref U1) (pin 55)))
      (net (code 128) (name "Net-(U1-Pad45)")
        (node (ref U1) (pin 45)))
      (net (code 129) (name "Net-(U1-Pad35)")
        (node (ref U1) (pin 35)))
      (net (code 130) (name "Net-(U1-Pad25)")
        (node (ref U1) (pin 25)))
      (net (code 131) (name "Net-(U1-Pad15)")
        (node (ref U1) (pin 15)))
      (net (code 132) (name "Net-(U1-Pad94)")
        (node (ref U1) (pin 94)))
      (net (code 133) (name "Net-(U1-Pad84)")
        (node (ref U1) (pin 84)))
      (net (code 134) (name "Net-(U1-Pad74)")
        (node (ref U1) (pin 74)))
      (net (code 135) (name "Net-(U1-Pad64)")
        (node (ref U1) (pin 64)))
      (net (code 136) (name "Net-(U1-Pad44)")
        (node (ref U1) (pin 44)))
      (net (code 137) (name "Net-(U1-Pad34)")
        (node (ref U1) (pin 34)))
      (net (code 138) (name "Net-(U1-Pad24)")
        (node (ref U1) (pin 24)))
      (net (code 139) (name "Net-(U1-Pad14)")
        (node (ref U1) (pin 14)))
      (net (code 140) (name "Net-(U1-Pad93)")
        (node (ref U1) (pin 93)))
      (net (code 141) (name "Net-(U1-Pad83)")
        (node (ref U1) (pin 83)))
      (net (code 142) (name "Net-(U1-Pad73)")
        (node (ref U1) (pin 73)))
      (net (code 143) (name "Net-(U1-Pad63)")
        (node (ref U1) (pin 63)))
      (net (code 144) (name "Net-(U1-Pad53)")
        (node (ref U1) (pin 53)))
      (net (code 145) (name "Net-(U1-Pad43)")
        (node (ref U1) (pin 43)))
      (net (code 146) (name "Net-(U1-Pad33)")
        (node (ref U1) (pin 33)))
      (net (code 147) (name "Net-(U1-Pad23)")
        (node (ref U1) (pin 23)))
      (net (code 148) (name "Net-(U1-Pad13)")
        (node (ref U1) (pin 13)))
      (net (code 149) (name "Net-(U1-Pad92)")
        (node (ref U1) (pin 92)))
      (net (code 150) (name "Net-(U1-Pad82)")
        (node (ref U1) (pin 82)))
      (net (code 151) (name NRST)
        (node (ref C9) (pin 1))
        (node (ref R2) (pin 2)))
      (net (code 152) (name OSCIN)
        (node (ref R3) (pin 1)))
      (net (code 153) (name "Net-(33pf1-Pad2)")
        (node (ref 33pf1) (pin 2))
        (node (ref X1) (pin 2))
        (node (ref R3) (pin 2)))
      (net (code 154) (name "Net-(P2-Pad40)")
        (node (ref P2) (pin 40)))
      (net (code 155) (name "Net-(P2-Pad9)")
        (node (ref P2) (pin 9)))
      (net (code 156) (name "Net-(P2-Pad8)")
        (node (ref P2) (pin 8)))
      (net (code 157) (name "Net-(P2-Pad6)")
        (node (ref P2) (pin 6)))
      (net (code 158) (name "Net-(P2-Pad5)")
        (node (ref P2) (pin 5)))
      (net (code 159) (name "Net-(P2-Pad4)")
        (node (ref P2) (pin 4)))
      (net (code 160) (name "Net-(P2-Pad3)")
        (node (ref P2) (pin 3)))
      (net (code 161) (name "Net-(P2-Pad2)")
        (node (ref P2) (pin 2)))
      (net (code 162) (name OSCOUT)
        (node (ref X1) (pin 1))
        (node (ref 33pf2) (pin 2)))
      (net (code 163) (name "Net-(U1-Pad1)")
        (node (ref U1) (pin 1)))))