This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliteratur.bib
382 lines (343 loc) · 12.2 KB
/
literatur.bib
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
@online{ wiki:IDE,
author = "Wikipedia",
title = "Integrierte Entwicklungsumgebung",
year = "2018",
url = "https://de.wikipedia.org/w/index.php?title=Integrierte_Entwicklungsumgebung&oldid=174180343",
urldate = "2018-03-14"
}
@online{ wiki:ARM,
author = "Wikipedia",
title = "ARM Limited",
year = "2017",
url = "https://de.wikipedia.org/w/index.php?title=ARM_Limited&oldid=172245346",
urldate = "2018-03-14"
}
@online{ techradar:ARM,
author = "Dan Grabham",
title = "From a small Acorn to 37 billion chips: ARM's ascent to tech superpower",
url = "https://www.techradar.com/news/computing/from-a-small-acorn-to-37-billion-chips-arm-s-ascent-to-tech-superpower-1167034",
month = "7",
year = "2013",
urldate = "2018-03-14"
}
@online{ wiki:Debugger,
author = "Wikipedia",
title = "Debugger",
year = "2018",
url = "https://de.wikipedia.org/w/index.php?title=Debugger&oldid=173107853",
urldate = "2018-03-14"
}
@online{ doku:tutorial,
author = "Mieke, Andreas",
title = "Keil $\mu$Vision 5 Tutorial",
year = "2018",
url = "https://git.1750studios.com/diploma-thesis/001_Keil_MDK5_Tutorial",
urldate = "2018-03-14"
}
@online{ arm:CMSIS,
author = "{ARM Limited}",
title = "Cortex Microcontroller Software Interface Standard",
year = "2018",
url = "https://developer.arm.com/embedded/cmsis",
urldate = "2018-03-14"
}
@ARTICLE{ ieee:1149-1,
author = "",
journal = "IEEE Std 1149.1-2013 (Revision of IEEE Std 1149.1-2001)",
title = "IEEE Standard for Test Access Port and Boundary-Scan Architecture",
year = "2013",
volume = "",
number = "",
pages = "1-444",
keywords = "IEEE standards;boundary scan testing;integrated circuit testing;printed circuit testing;IEEE Std 1149.1-2001 Revision;IEEE Std 1149.1-2013;IEEE standard;boundary scan architecture;boundary-scan register;component specific aspects;internal circuits test;printed circuit boards;standard interface;test access port;testability features;Boundary value problems;IEEE standards;Integrated circuits;Printed circuits;Testing;Very high speed integrated circuits;Boundary-Scan Description Language;Boundary-Scan Description Language (BSDL);IEEE 1149.1TM;Procedural Description Language (PDL);VHSIC Hardware Description Language (VHDL);boundary scan;boundary-scan architecture;boundary-scan boundary scan;boundary-scan register;circuit boards;circuitry;integrated circuit;printed circuit boards;test;test access port (TAP);very high speed integrated circuit (VHSIC)",
doi = "10.1109/IEEESTD.2013.6515989",
ISSN = "",
month = "5"
}
@online{ wiki:Keil,
author = "Wikipedia",
title = "Keil (company)",
year = "2018",
url = "https://en.wikipedia.org/w/index.php?title=Keil_(company)&oldid=822646239",
urldate = "2018-03-15"
}
@online{ techdesignforums:ARM,
author = "Edwards, Chris",
title = "ARM and the man",
year = "2016",
month = "3",
url = "http://www.techdesignforums.com/practice/technique/arm-and-the-man/",
urldate = "2018-03-15"
}
@online{ wiki:C,
author = "Wikipedia",
title = "C (Programmiersprache)",
year = "2018",
url = "https://de.wikipedia.org/w/index.php?title=C_(Programmiersprache)&oldid=174856768",
urldate = "2018-03-15"
}
@online{ wiki:C++,
author = "Wikipedia",
title = "C++",
year = "2018",
url = "https://de.wikipedia.org/w/index.php?title=C%2B%2B&oldid=174161963",
urldate = "2018-03-15"
}
@online{ arm:CMSISPack,
author = "{ARM Limited}",
title = "Pack with Software Components",
year = "2018",
url = "https://www.keil.com/pack/doc/CMSIS/Pack/html/cp_SWComponents.html",
urldate = "2018-03-15"
}
@online{ wiki:STM,
author = "Wikipedia",
title = "STMicroelectronics",
year = "2018",
url = "https://de.wikipedia.org/w/index.php?title=STMicroelectronics&oldid=174221034",
urldate = "2018-03-15"
}
@online{ stm:stm32f107rc-web,
author = "{STMicroelectronics N.V.}",
title = "STM32F107RC",
subtitle = "Mainstream Connectivity line, ARM Cortex-M3 MCU with 256 Kbytes Flash, 72 MHz CPU, Ethernet MAC, CAN and USB 2.0 OTG",
url = "http://www.st.com/en/microcontrollers/stm32f107rc.html",
year = "2018",
urldate = "2018-03-15"
}
@manual{ stm:stm32f107rc,
organization = "STMicroelectronics N.V.",
title = "Connectivity line, ARM\textsuperscript{\textregistered}-based 32-bit MCU with 64/256 KB Flash, USB OTG, Ethernet, 10 timers, 2 CANs, 2 ADCs, 14 communication interfaces",
number = "STM32F107xx",
year = "2017",
month = "3",
note = "Rev 10",
url = "http://www.st.com/content/ccc/resource/technical/document/datasheet/e4/f3/1a/89/5a/02/46/ae/CD00220364.pdf/files/CD00220364.pdf/jcr:content/translations/en.CD00220364.pdf",
urldate = "2018-03-16"
}
@manual{ ftdi:ft232r,
organization = "Future Technology Devices International Limited",
title = "USB UART IC",
number = "FT232R",
year = "2015",
note = "Version 2.13",
url = "http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232R.pdf",
urldate = "2018-03-16"
}
@thesis{ da:umover,
author = "Amstetter, Georg and Heiderer, Stefan and Traxler, Christoph",
title = "Universal Mover",
year = "2012",
month = "5",
url = "https://netstorage.htl-hl.ac.at/oneNet/NetStorage/DriveG%40TIDATA/_ARCHIV_201112/DA_Universal-Mover/Dokumentation/Doku_UM_V2.0_FINAL.pdf",
urldate = "2018-03-16",
institution = "HTBL Hollabrunn",
type = "Diplomarbeit",
pagetotal = "250"
}
@manual{ ti:pcm1870,
organization = "Texas Instruments Incorporated",
title = "16-Bit Low-Power Stereo Audio ADC With Microphone Bias and Microphone Amplifier",
number = "PCM1870",
year = "2017",
url = "https://www.ti.com/lit/ds/symlink/pcm1870.pdf",
urldate = "2018-03-16"
}
@manual{ ti:tlv320aic23b,
organization = "Texas Instruments Incorporated",
title = "Stereo Audio CODEC, 8- to 96-kHz, With Integrated Headphone Amplifier",
number = "TLV320AIC23B",
year = "2004",
month = "2",
note = "Rev. H",
url = "http://www.ti.com/lit/ds/symlink/tlv320aic23b.pdf",
urldate = "2018-03-16"
}
@manual{ ti:ts5a22364,
organization = "Texas Instruments Incorporated",
title = "0.65-$\Omega$ Dual SPDT Analog Switches With Negative Signaling Capability",
number = "TS5A22364",
year = "2017",
month = "6",
note = "Rev. H",
url = "http://www.ti.com/lit/ds/symlink/ts5a22364.pdf",
urldate = "2018-03-16"
}
@online{ wiki:RTC,
author = "Wikipedia",
title = "Echtzeituhr",
year = "2018",
url = "https://de.wikipedia.org/w/index.php?title=Echtzeituhr&oldid=174079576",
urldate = "2018-03-17"
}
@manual{ z80:periph,
organization = "ZiLOG, Inc.",
title = "Z80 Family -- CPU Peripherals",
year = "2001",
url = "http://www.z80.info/zip/um0081.pdf",
urldate = "2018-03-18"
}
@manual{ z80:user,
organization = "ZiLOG, Inc.",
title = "Z80 Family -- CPU User Manual",
year = "2004",
url = "http://www.z80.info/zip/z80cpu_um.pdf",
urldate = "2018-03-18"
}
@manual{ z80:pio,
organization = "Intersil Corporation",
title = "CMOS Programmable Peripheral Interface",
number = "82C55A",
year = "2015",
month = "12",
note = "Rev. 11.00",
url = "https://www.intersil.com/content/dam/Intersil/documents/82c5/82c55a.pdf",
urldate = "2018-03-18"
}
@manual{ z80:sio,
organization = "ZiLOG, Inc.",
title = "Z80-SIO",
year = "1978",
month = "3",
url = "ftp://major.butt.care/mirrors/Tandy%20Radio%20Shack%20Software/model2archive/Hardware/Zilog_Z80_SIO_Specification.pdf",
urldate = "2018-03-18"
}
@manual{ z80:ctc,
organization = "ZiLOG, Inc.",
title = "Z80\textsuperscript{\textregistered} CTC Counter/Timer Circuit",
number = "Z8430",
year = "1981",
month = "3",
url = "ftp://major.butt.care/mirrors/Tandy%20Radio%20Shack%20Software/model2archive/Hardware/Zilog_Z80_SIO_Specification.pdf",
urldate = "2018-03-18"
}
@manual{ z80:eprom,
organization = "Intel Corporation",
title = "256K (32K * 8) PRODUCTION AND UV ERASABLE PROMS",
number = "27256",
year = "1989",
month = "9",
url = "http://datasheet.octopart.com/D27256-2-Intel-datasheet-17852618.pdf",
urldate = "2018-03-18"
}
@manual{ z80:ram,
organization = "STMicroelectronics N.V.",
title = "NMOS 256 Kbit (32Kb x 8) UV EPROM",
number = "M27256",
year = "2000",
month = "11",
url = "https://cdn.hackaday.io/files/256641098008576/27c256.pdf",
urldate = "2018-03-18"
}
@manual{ z80:dma,
organization = "ZiLOG, Inc.",
title = "NMOS/CMOS Z80\textsuperscript{\textregistered} DMA Direct Memory Access Controller",
number = "Z8410/Z84C10",
year = "1988",
month = "9",
url = "http://datasheet.octopart.com/Z8F0423SJ005EC-Zilog-datasheet-14114258.pdf",
urldate = "2018-03-18"
}
@manual{ z80:lin,
organization = "STMicroelectronics N.V.",
title = "Positive voltage regulator ICs",
number = "L78",
year = "2016",
month = "11",
note = "Rev. 34",
url = "https://cdn.hackaday.io/files/256641098008576/27c256.pdf",
urldate = "2018-03-18"
}
@booklet{ htl:res,
title = "Einführung in den Hardwareaufbau von Mikroprozessorsystemen",
author = "Resel, Manfred",
month = "9",
year = "2014"
}
@thesis{ da:sps,
author = "Baumhackl, David and Uhl, Sebastian",
title = "Spotlight Positioning System",
year = "2016",
month = "3",
url = "https://netstorage.htl-hl.ac.at/oneNet/NetStorage/DriveG%40TIDATA/_ARCHIV_201516/DA_SpotlightPositioningSystem/Dokumentation/DA-Dokumentation/Doku_SpotlightPositioningSystem_V8.2_gesamt.pdf",
urldate = "2018-03-18",
institution = "HTBL Hollabrunn",
type = "Diplomarbeit",
pagetotal = "135"
}
@manual{ basis:wlan,
organization = "espressif",
title = "Datasheet",
number = "ESP8266EX",
year = "2008",
note = "Version 5.8",
url = "https://www.espressif.com/sites/default/files/documentation/0a-esp8266ex_datasheet_en.pdf",
urldate = "2018-03-18"
}
@manual{ basis:hc06,
organization = "Guangzhou HC Information Technology Co., Ltd.",
title = "Product Data Sheet",
number = "HC-06",
year = "2006",
month = "9",
note = "Rev. 2.0",
url = "https://www.olimex.com/Products/Components/RF/BLUETOOTH-SERIAL-HC-06/resources/hc06.pdf",
urldate = "2018-03-18"
}
@manual{ basis:hc12,
organization = "",
title = "HC-12 WIRELESS RF UART COMMUNICATION MODULE V2.4 USER MANUAL",
number = "HC-12",
year = "2016",
month = "12",
note = "V2.4",
url = "http://statics3.seeedstudio.com/assets/file/bazaar/product/HC-12_english_datasheets.pdf",
urldate = "2018-03-18"
}
@manual{ basis:ws2812b,
organization = "WORLDSEMI CO., LIMITED",
title = "Intelligent control LED integrated light source",
number = "WS2812B",
url = "http://www.seeedstudio.com/document/pdf/WS2812B%20Datasheet.pdf",
urldate = "2018-03-18"
}
@manual{ basis:rgbled,
organization = "OSRAM Opto Semiconductors GmbH",
title = "MULTILED Enhanced optical Power LED (ThinFilm / ThinGaN)",
number = "LTRB GFSF",
year = "2014",
month = "8",
note = "Rev. 2014-08-26",
url = "https://docs-emea.rs-online.com/webdocs/0e24/0900766b80e24286.pdf",
urldate = "2018-03-18"
}
@manual{ basis:rgbdriver,
organization = "Semiconductor Components Industries, LLC",
title = "Triple Output I2C Controlled RGB LED Driver",
number = "NCP5623",
year = "2008",
month = "10",
note = "Rev. 6",
url = "https://www.onsemi.com/pub/Collateral/NCP5623-D.PDF",
urldate = "2018-03-18"
}
@misc{ arduino:ethernet,
author = {Tinitigan, Dino},
title = {Arduino Ethernet Library},
year = {2016},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/arduino/Arduino/tree/master/libraries/Ethernet/src/utility},
commit = {0873b36aa53590e2ace81a3b0535ead7c668bcbb},
urldate = "2018-04-03"
}
@manual{ arduino:ethernetchip,
organization = "{WIZnet Co., Inc.}",
title = "W5100 Datasheet",
number = "W5100",
year = "2008",
month = "1",
note = "Version 1.1.6",
url = "https://www.sparkfun.com/datasheets/DevTools/Arduino/W5100_Datasheet_v1_1_6.pdf",
urldate = "2018-04-03"
}