-
Notifications
You must be signed in to change notification settings - Fork 1
/
DALI_STM32.net
489 lines (489 loc) · 18.7 KB
/
DALI_STM32.net
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
(export (version D)
(design
(source D:\Documents\DALI_MBED\DALI_MBED\DALI_STM32\DALI_STM32.sch)
(date "7/14/2021 4:59:30 PM")
(tool "Eeschema (5.1.9)-1")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source DALI_STM32.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref Y1)
(value 8MHz)
(footprint Crystal:Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm)
(datasheet ~)
(libsource (lib Device) (part Crystal_Small) (description "Two pin crystal, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60EF0D81))
(comp (ref SW1)
(value SW_Push)
(footprint Button_Switch_SMD:SW_SPST_CK_RS282G05A3)
(datasheet ~)
(libsource (lib Switch) (part SW_Push) (description "Push button switch, generic, two pins"))
(sheetpath (names /) (tstamps /))
(tstamp 60EF278E))
(comp (ref C2)
(value 20pF)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F17D3F))
(comp (ref C3)
(value 20pF)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F1B689))
(comp (ref C1)
(value 100nF)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F1EE67))
(comp (ref C9)
(value 4.7uF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F2F1E9))
(comp (ref C8)
(value 4.7uF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F249FF))
(comp (ref C10)
(value 10uF)
(footprint Capacitor_Tantalum_SMD:CP_EIA-6032-15_Kemet-U_Pad2.25x2.35mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part CP_Small) (description "Polarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F22D70))
(comp (ref U2)
(value AP2204RA-3.3)
(footprint Package_TO_SOT_SMD:SOT-89-3)
(datasheet https://www.diodes.com/assets/Datasheets/AP2204.pdf)
(libsource (lib Regulator_Linear) (part AP2204RA-3.3) (description "150mA low dropout linear regulator, wide input voltage range, 3.3V fixed positive output, SOT-89-3 package"))
(sheetpath (names /) (tstamps /))
(tstamp 60F14406))
(comp (ref D1)
(value D_Schottky_ALT)
(footprint Diode_SMD:D_SOD-123)
(datasheet ~)
(libsource (lib Device) (part D_Schottky_ALT) (description "Schottky diode, filled shape"))
(sheetpath (names /) (tstamps /))
(tstamp 60F0C745))
(comp (ref U1)
(value STM32F031K6Tx)
(footprint Package_QFP:LQFP-32_7x7mm_P0.8mm)
(datasheet http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00104043.pdf)
(libsource (lib MCU_ST_STM32F0) (part STM32F031K6Tx) (description "ARM Cortex-M0 MCU, 32KB flash, 4KB RAM, 48MHz, 2-3.6V, 25 GPIO, LQFP-32"))
(sheetpath (names /) (tstamps /))
(tstamp 60EECFED))
(comp (ref C7)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F4063A))
(comp (ref C4)
(value 100nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F50567))
(comp (ref R1)
(value R1K)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 60F65D5F))
(comp (ref D2)
(value LED)
(footprint LED_SMD:LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part LED) (description "Light emitting diode"))
(sheetpath (names /) (tstamps /))
(tstamp 60F66BB7))
(comp (ref J2)
(value Conn_01x08_Female)
(footprint Connector_PinHeader_1.00mm:PinHeader_1x08_P1.00mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x08_Female) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 60FF1577))
(comp (ref J3)
(value Conn_01x04_Female)
(footprint Connector_PinHeader_1.00mm:PinHeader_1x04_P1.00mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x04_Female) (description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 60FE0383))
(comp (ref J1)
(value Conn_01x08_Female)
(footprint Connector_PinHeader_1.00mm:PinHeader_1x08_P1.00mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x08_Female) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 60F8A2EB))
(comp (ref J4)
(value Conn_01x08_Female)
(footprint Connector_PinHeader_1.00mm:PinHeader_1x08_P1.00mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x08_Female) (description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 60F8B477))
(comp (ref C6)
(value 1uF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 610748CA))
(comp (ref FB1)
(value Ferrite_Bead_Small)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part Ferrite_Bead_Small) (description "Ferrite bead, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 60F83666))
(comp (ref C5)
(value 10nF)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C_Small) (description "Unpolarized capacitor, small symbol"))
(sheetpath (names /) (tstamps /))
(tstamp 6109FBE3)))
(libparts
(libpart (lib Connector) (part Conn_01x04_Female)
(description "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x04_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))))
(libpart (lib Connector) (part Conn_01x08_Female)
(description "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x08_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))
(pin (num 4) (name Pin_4) (type passive))
(pin (num 5) (name Pin_5) (type passive))
(pin (num 6) (name Pin_6) (type passive))
(pin (num 7) (name Pin_7) (type passive))
(pin (num 8) (name Pin_8) (type passive))))
(libpart (lib Device) (part CP_Small)
(description "Polarized capacitor, small symbol")
(docs ~)
(footprints
(fp CP_*))
(fields
(field (name Reference) C)
(field (name Value) CP_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part C_Small)
(description "Unpolarized capacitor, small symbol")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part Crystal_Small)
(description "Two pin crystal, small symbol")
(docs ~)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal_Small))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Device) (part D_Schottky_ALT)
(description "Schottky diode, filled shape")
(docs ~)
(footprints
(fp TO-???*)
(fp *_Diode_*)
(fp *SingleDiode*)
(fp D_*))
(fields
(field (name Reference) D)
(field (name Value) D_Schottky_ALT))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Device) (part Ferrite_Bead_Small)
(description "Ferrite bead, small symbol")
(docs ~)
(footprints
(fp Inductor_*)
(fp L_*)
(fp *Ferrite*))
(fields
(field (name Reference) FB)
(field (name Value) Ferrite_Bead_Small))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part LED)
(description "Light emitting diode")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Device) (part R)
(description Resistor)
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib MCU_ST_STM32F0) (part STM32F031K6Tx)
(description "ARM Cortex-M0 MCU, 32KB flash, 4KB RAM, 48MHz, 2-3.6V, 25 GPIO, LQFP-32")
(docs http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00104043.pdf)
(footprints
(fp LQFP*7x7mm*P0.8mm*))
(fields
(field (name Reference) U)
(field (name Value) STM32F031K6Tx)
(field (name Footprint) Package_QFP:LQFP-32_7x7mm_P0.8mm))
(pins
(pin (num 1) (name VDD) (type power_in))
(pin (num 2) (name PF0) (type input))
(pin (num 3) (name PF1) (type input))
(pin (num 4) (name NRST) (type input))
(pin (num 5) (name VDDA) (type power_in))
(pin (num 6) (name PA0) (type BiDi))
(pin (num 7) (name PA1) (type BiDi))
(pin (num 8) (name PA2) (type BiDi))
(pin (num 9) (name PA3) (type BiDi))
(pin (num 10) (name PA4) (type BiDi))
(pin (num 11) (name PA5) (type BiDi))
(pin (num 12) (name PA6) (type BiDi))
(pin (num 13) (name PA7) (type BiDi))
(pin (num 14) (name PB0) (type BiDi))
(pin (num 15) (name PB1) (type BiDi))
(pin (num 16) (name VSS) (type power_in))
(pin (num 17) (name VDD) (type power_in))
(pin (num 18) (name PA8) (type BiDi))
(pin (num 19) (name PA9) (type BiDi))
(pin (num 20) (name PA10) (type BiDi))
(pin (num 21) (name PA11) (type BiDi))
(pin (num 22) (name PA12) (type BiDi))
(pin (num 23) (name PA13) (type BiDi))
(pin (num 24) (name PA14) (type BiDi))
(pin (num 25) (name PA15) (type BiDi))
(pin (num 26) (name PB3) (type BiDi))
(pin (num 27) (name PB4) (type BiDi))
(pin (num 28) (name PB5) (type BiDi))
(pin (num 29) (name PB6) (type BiDi))
(pin (num 30) (name PB7) (type BiDi))
(pin (num 31) (name BOOT0) (type input))
(pin (num 32) (name VSS) (type power_in))))
(libpart (lib Regulator_Linear) (part AP2204RA-3.3)
(aliases
(alias AP2204RA-5.0))
(description "150mA low dropout linear regulator, wide input voltage range, 3.3V fixed positive output, SOT-89-3 package")
(docs https://www.diodes.com/assets/Datasheets/AP2204.pdf)
(footprints
(fp SOT?89*))
(fields
(field (name Reference) U)
(field (name Value) AP2204RA-3.3)
(field (name Footprint) Package_TO_SOT_SMD:SOT-89-3))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name VIN) (type power_in))
(pin (num 3) (name VOUT) (type power_out))))
(libpart (lib Switch) (part SW_Push)
(description "Push button switch, generic, two pins")
(docs ~)
(fields
(field (name Reference) SW)
(field (name Value) SW_Push))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive)))))
(libraries
(library (logical Connector)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Connector.lib"))
(library (logical Device)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Device.lib"))
(library (logical MCU_ST_STM32F0)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/MCU_ST_STM32F0.lib"))
(library (logical Regulator_Linear)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Regulator_Linear.lib"))
(library (logical Switch)
(uri "C:\\Program Files\\KiCad\\share\\kicad\\library/Switch.lib")))
(nets
(net (code 1) (name PA12)
(node (ref U1) (pin 22))
(node (ref J2) (pin 7)))
(net (code 2) (name PA15)
(node (ref J2) (pin 8))
(node (ref U1) (pin 25)))
(net (code 3) (name PB7)
(node (ref U1) (pin 30))
(node (ref J4) (pin 1)))
(net (code 4) (name VPP)
(node (ref D1) (pin 2))
(node (ref J4) (pin 8)))
(net (code 5) (name PA9)
(node (ref J2) (pin 4))
(node (ref U1) (pin 19)))
(net (code 6) (name +3V3)
(node (ref U1) (pin 17))
(node (ref C4) (pin 1))
(node (ref FB1) (pin 2))
(node (ref C7) (pin 1))
(node (ref D2) (pin 2))
(node (ref U2) (pin 3))
(node (ref U1) (pin 1))
(node (ref C9) (pin 1))
(node (ref J1) (pin 2)))
(net (code 7) (name GND)
(node (ref C3) (pin 2))
(node (ref C5) (pin 2))
(node (ref C1) (pin 2))
(node (ref J3) (pin 4))
(node (ref C2) (pin 2))
(node (ref U1) (pin 32))
(node (ref J1) (pin 1))
(node (ref SW1) (pin 1))
(node (ref C9) (pin 2))
(node (ref U2) (pin 1))
(node (ref C10) (pin 2))
(node (ref C8) (pin 2))
(node (ref C6) (pin 2))
(node (ref C7) (pin 2))
(node (ref R1) (pin 2)))
(net (code 8) (name PA11)
(node (ref U1) (pin 21))
(node (ref J2) (pin 6)))
(net (code 9) (name PA10)
(node (ref U1) (pin 20))
(node (ref J2) (pin 5)))
(net (code 10) (name PA8)
(node (ref U1) (pin 18))
(node (ref J2) (pin 3)))
(net (code 11) (name PA7)
(node (ref J2) (pin 2))
(node (ref U1) (pin 13)))
(net (code 12) (name PA6)
(node (ref J2) (pin 1))
(node (ref U1) (pin 12)))
(net (code 13) (name "Net-(J3-Pad3)")
(node (ref J3) (pin 3)))
(net (code 14) (name "Net-(D2-Pad1)")
(node (ref R1) (pin 1))
(node (ref D2) (pin 1)))
(net (code 15) (name PB0)
(node (ref U1) (pin 14))
(node (ref J4) (pin 7)))
(net (code 16) (name PB3)
(node (ref J4) (pin 5))
(node (ref U1) (pin 26)))
(net (code 17) (name PB4)
(node (ref U1) (pin 27))
(node (ref J4) (pin 4)))
(net (code 18) (name PB5)
(node (ref U1) (pin 28))
(node (ref J4) (pin 3)))
(net (code 19) (name PB6)
(node (ref U1) (pin 29))
(node (ref J4) (pin 2)))
(net (code 20) (name "Net-(C5-Pad1)")
(node (ref FB1) (pin 1))
(node (ref U1) (pin 5))
(node (ref C6) (pin 1))
(node (ref C5) (pin 1)))
(net (code 21) (name PB1)
(node (ref J4) (pin 6))
(node (ref U1) (pin 15)))
(net (code 22) (name SWCLK)
(node (ref U1) (pin 24))
(node (ref J3) (pin 2)))
(net (code 23) (name SWDIO)
(node (ref J3) (pin 1))
(node (ref U1) (pin 23)))
(net (code 24) (name PA2)
(node (ref J1) (pin 5))
(node (ref U1) (pin 8)))
(net (code 25) (name PA5)
(node (ref J1) (pin 8))
(node (ref U1) (pin 11)))
(net (code 26) (name PA4)
(node (ref U1) (pin 10))
(node (ref J1) (pin 7)))
(net (code 27) (name PA3)
(node (ref U1) (pin 9))
(node (ref J1) (pin 6)))
(net (code 28) (name PA1)
(node (ref U1) (pin 7))
(node (ref J1) (pin 4)))
(net (code 29) (name PA0)
(node (ref U1) (pin 6))
(node (ref J1) (pin 3)))
(net (code 30) (name "Net-(C1-Pad1)")
(node (ref U1) (pin 4))
(node (ref SW1) (pin 2))
(node (ref C1) (pin 1)))
(net (code 31) (name "Net-(C3-Pad1)")
(node (ref C3) (pin 1))
(node (ref U1) (pin 3))
(node (ref Y1) (pin 2)))
(net (code 32) (name "Net-(C2-Pad1)")
(node (ref Y1) (pin 1))
(node (ref U1) (pin 2))
(node (ref C2) (pin 1)))
(net (code 33) (name "Net-(C4-Pad2)")
(node (ref C4) (pin 2))
(node (ref U1) (pin 31))
(node (ref U1) (pin 16)))
(net (code 34) (name "Net-(C10-Pad1)")
(node (ref C8) (pin 1))
(node (ref C10) (pin 1))
(node (ref U2) (pin 2))
(node (ref D1) (pin 1)))))