-
Notifications
You must be signed in to change notification settings - Fork 3
/
hydraflash.net
349 lines (349 loc) · 12.5 KB
/
hydraflash.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
(export (version D)
(design
(source D:/_proj/_Hydra/HydraFlash/hydraflash.sch)
(date "8/6/2017 5:01:23 PM")
(tool "Eeschema 4.0.6")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title "HydraBus shield template")
(company)
(rev)
(date 2015-12-17)
(source hydraflash.sch)
(comment (number 1) (value http://hydrabus.com/))
(comment (number 2) (value "Based on the original HydraBus Eagle shield template"))
(comment (number 3) (value "Antti Nykänen <[email protected]>"))
(comment (number 4) (value "CC BY-SA 4.0")))))
(components
(comp (ref J3)
(value CONN_02X10)
(footprint umetronics:Hydrabus_Shield_Conn_2x10)
(libsource (lib conn) (part CONN_02X10))
(sheetpath (names /) (tstamps /))
(tstamp 5672B7D1))
(comp (ref J2)
(value CONN_02X10)
(footprint umetronics:Hydrabus_Shield_Conn_2x10)
(libsource (lib conn) (part CONN_02X10))
(sheetpath (names /) (tstamps /))
(tstamp 5672B8E4))
(comp (ref J1)
(value CONN_02X07)
(footprint umetronics:Hydrabus_Shield_Conn_2x07)
(libsource (lib conn) (part CONN_02X07))
(sheetpath (names /) (tstamps /))
(tstamp 5672B942))
(comp (ref J4)
(value CONN_01X06)
(footprint umetronics:Hydrabus_Shield_Conn_1x06)
(libsource (lib conn) (part CONN_01X06))
(sheetpath (names /) (tstamps /))
(tstamp 5672B97D))
(comp (ref U1)
(value Flash_NAND)
(footprint tsop48_socket:TSOP48ZIF)
(libsource (lib hydraflash-cache) (part Flash_NAND))
(sheetpath (names /) (tstamps /))
(tstamp 574F360F))
(comp (ref C2)
(value 1uF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 574F4079))
(comp (ref C3)
(value 100nF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 574F4268))
(comp (ref P1)
(value WRITE_PROTECT)
(footprint Pin_Headers:Pin_Header_Straight_1x02)
(libsource (lib conn) (part CONN_01X02))
(sheetpath (names /) (tstamps /))
(tstamp 574F3EFB))
(comp (ref C1)
(value 100nF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 574F4E5E))
(comp (ref C4)
(value 1uF)
(footprint Capacitors_SMD:C_0805_HandSoldering)
(libsource (lib device) (part C))
(sheetpath (names /) (tstamps /))
(tstamp 574F4EA6)))
(libparts
(libpart (lib device) (part C)
(description "Unpolarized capacitor")
(footprints
(fp C_*))
(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_01X02)
(description "Connector, single row, 01x02, pin header")
(footprints
(fp Pin_Header_Straight_1X*)
(fp Pin_Header_Angled_1X*)
(fp Socket_Strip_Straight_1X*)
(fp Socket_Strip_Angled_1X*))
(fields
(field (name Reference) J)
(field (name Value) CONN_01X02))
(pins
(pin (num 1) (name P1) (type passive))
(pin (num 2) (name P2) (type passive))))
(libpart (lib conn) (part CONN_01X06)
(description "Connector, single row, 01x06, pin header")
(footprints
(fp Pin_Header_Straight_1X*)
(fp Pin_Header_Angled_1X*)
(fp Socket_Strip_Straight_1X*)
(fp Socket_Strip_Angled_1X*))
(fields
(field (name Reference) J)
(field (name Value) CONN_01X06))
(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))))
(libpart (lib conn) (part CONN_02X07)
(description "Connector, double row, 02x07, pin header")
(footprints
(fp Pin_Header_Straight_2X*)
(fp Pin_Header_Angled_2X*)
(fp Socket_Strip_Straight_2X*)
(fp Socket_Strip_Angled_2X*)
(fp IDC_Header_Straight_*))
(fields
(field (name Reference) J)
(field (name Value) CONN_02X07))
(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))))
(libpart (lib conn) (part CONN_02X10)
(description "Connector, double row, 02x10, pin header")
(footprints
(fp Pin_Header_Straight_2X*)
(fp Pin_Header_Angled_2X*)
(fp Socket_Strip_Straight_2X*)
(fp Socket_Strip_Angled_2X*)
(fp IDC_Header_Straight_*))
(fields
(field (name Reference) J)
(field (name Value) CONN_02X10))
(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))))
(libpart (lib hydraflash-cache) (part Flash_NAND)
(fields
(field (name Reference) U)
(field (name Value) Flash_NAND))
(pins
(pin (num 7) (name RB#) (type output))
(pin (num 8) (name RE#) (type input))
(pin (num 9) (name CE#) (type input))
(pin (num 12) (name Vcc1) (type BiDi))
(pin (num 13) (name Vdd1) (type BiDi))
(pin (num 16) (name CL) (type input))
(pin (num 17) (name AL) (type input))
(pin (num 18) (name WE#) (type input))
(pin (num 19) (name WP#) (type input))
(pin (num 29) (name IO0) (type BiDi))
(pin (num 30) (name IO1) (type BiDi))
(pin (num 31) (name IO2) (type BiDi))
(pin (num 32) (name IO3) (type BiDi))
(pin (num 36) (name Vdd2) (type BiDi))
(pin (num 37) (name Vcc2) (type BiDi))
(pin (num 41) (name IO4) (type BiDi))
(pin (num 42) (name IO5) (type BiDi))
(pin (num 43) (name IO6) (type BiDi))
(pin (num 44) (name IO7) (type BiDi)))))
(libraries
(library (logical device)
(uri D:\KiCad\KiCad4_0_6\share\kicad\library\device.lib))
(library (logical conn)
(uri D:\KiCad\KiCad4_0_6\share\kicad\library\conn.lib))
(library (logical hydraflash-cache)
(uri D:\_proj\_Hydra\HydraFlash\hydraflash-cache.lib)))
(nets
(net (code 1) (name /USB0D_P)
(node (ref J2) (pin 10)))
(net (code 2) (name /PA3)
(node (ref J2) (pin 9)))
(net (code 3) (name /PA4)
(node (ref J2) (pin 11)))
(net (code 4) (name /PA5)
(node (ref J2) (pin 13)))
(net (code 5) (name /PA6)
(node (ref J2) (pin 15)))
(net (code 6) (name /PA7)
(node (ref J2) (pin 17)))
(net (code 7) (name /PA8)
(node (ref J2) (pin 18)))
(net (code 8) (name /PA9)
(node (ref J2) (pin 16)))
(net (code 9) (name /PA10)
(node (ref J2) (pin 14)))
(net (code 10) (name /USB0D_N)
(node (ref J2) (pin 12)))
(net (code 11) (name /PA2)
(node (ref J2) (pin 7)))
(net (code 12) (name /PD2_SDIO_CMD)
(node (ref J2) (pin 8)))
(net (code 13) (name /BOOT0)
(node (ref J2) (pin 6)))
(net (code 14) (name /PA15)
(node (ref J2) (pin 4)))
(net (code 15) (name /PB7)
(node (ref J1) (pin 10)))
(net (code 16) (name /PB8)
(node (ref J1) (pin 8)))
(net (code 17) (name /PB9)
(node (ref J1) (pin 6)))
(net (code 18) (name /PB10)
(node (ref J1) (pin 4)))
(net (code 19) (name /PB11)
(node (ref J1) (pin 2)))
(net (code 20) (name /PB2_BOOT1)
(node (ref J1) (pin 5))
(node (ref U1) (pin 17)))
(net (code 21) (name /PB5)
(node (ref U1) (pin 8))
(node (ref J1) (pin 11)))
(net (code 22) (name /PA0)
(node (ref J2) (pin 3)))
(net (code 23) (name /PA1)
(node (ref J2) (pin 5)))
(net (code 24) (name /PC3)
(node (ref J3) (pin 9))
(node (ref U1) (pin 32)))
(net (code 25) (name +5V)
(node (ref J3) (pin 2))
(node (ref J2) (pin 1)))
(net (code 26) (name /PC7)
(node (ref U1) (pin 44))
(node (ref J3) (pin 17)))
(net (code 27) (name /PC6)
(node (ref U1) (pin 43))
(node (ref J3) (pin 15)))
(net (code 28) (name /PC5)
(node (ref U1) (pin 42))
(node (ref J3) (pin 13)))
(net (code 29) (name /PC2)
(node (ref J3) (pin 7))
(node (ref U1) (pin 31)))
(net (code 30) (name /PC1)
(node (ref J3) (pin 5))
(node (ref U1) (pin 30)))
(net (code 31) (name "Net-(P1-Pad2)")
(node (ref P1) (pin 2))
(node (ref U1) (pin 19)))
(net (code 32) (name /PB6)
(node (ref J1) (pin 12)))
(net (code 33) (name /PC8_SDIO_D0)
(node (ref J3) (pin 18)))
(net (code 34) (name /PC9_SDIO_D1)
(node (ref J3) (pin 16)))
(net (code 35) (name /PC10_SDIO_D2)
(node (ref J3) (pin 14)))
(net (code 36) (name /PC11_SDIO_D3)
(node (ref J3) (pin 12)))
(net (code 37) (name /PC12_SDIO_CK)
(node (ref J3) (pin 10)))
(net (code 38) (name /PC13)
(node (ref J3) (pin 8)))
(net (code 39) (name /PC14)
(node (ref J3) (pin 6)))
(net (code 40) (name /PC15)
(node (ref J3) (pin 4)))
(net (code 41) (name +3V3)
(node (ref U1) (pin 12))
(node (ref J3) (pin 20))
(node (ref C3) (pin 1))
(node (ref C2) (pin 1))
(node (ref J2) (pin 19))
(node (ref U1) (pin 37))
(node (ref C1) (pin 1))
(node (ref J4) (pin 1))
(node (ref C4) (pin 1))
(node (ref J1) (pin 13)))
(net (code 42) (name GND)
(node (ref J3) (pin 19))
(node (ref J2) (pin 2))
(node (ref J3) (pin 1))
(node (ref U1) (pin 13))
(node (ref U1) (pin 36))
(node (ref C2) (pin 2))
(node (ref C3) (pin 2))
(node (ref J1) (pin 14))
(node (ref C4) (pin 2))
(node (ref C1) (pin 2))
(node (ref P1) (pin 1))
(node (ref J2) (pin 20))
(node (ref J4) (pin 3)))
(net (code 43) (name /NRST)
(node (ref J4) (pin 5)))
(net (code 44) (name /SWD_SWDIO)
(node (ref J4) (pin 4)))
(net (code 45) (name /SWD_SWCLK)
(node (ref J4) (pin 2)))
(net (code 46) (name /PB4)
(node (ref U1) (pin 9))
(node (ref J1) (pin 9)))
(net (code 47) (name /PB3)
(node (ref U1) (pin 16))
(node (ref J1) (pin 7)))
(net (code 48) (name /PC4)
(node (ref U1) (pin 41))
(node (ref J3) (pin 11)))
(net (code 49) (name /PC0)
(node (ref U1) (pin 29))
(node (ref J3) (pin 3)))
(net (code 50) (name "Net-(J4-Pad6)")
(node (ref J4) (pin 6)))
(net (code 51) (name /PB1)
(node (ref J1) (pin 3))
(node (ref U1) (pin 18)))
(net (code 52) (name /PB0)
(node (ref J1) (pin 1))
(node (ref U1) (pin 7)))))