-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurs_encastats.bib
764 lines (634 loc) · 20.2 KB
/
curs_encastats.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
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
@misc{mygithub,
title={Repositori obert amb el codi del llibre},
author={Màrius Montón},
howpublished = "\url{https://github.com/mariusmm/cursembedded/}",
}
@misc{gplv3,
title={{Llicència Pública General de GNU}},
author={Free Software Foundation},
howpublished="\url{https://www.gnu.org/licenses/gpl.html}",
}
@misc{EFM32GRM,
title={EFM32G Reference Manual},
author={Silicon Labs},
organization={Silicon Labs},
howpublished="\url{http://www.silabs.com/documents/public/reference-manuals/EFM32G-RM.pdf}",
}
@misc{EFM32TGRM,
title={EFM32TG Reference Manual},
author={Silicon Labs},
organization={Silicon Labs},
howpublished="\url{https://www.silabs.com/documents/public/reference-manuals/EFM32TG-RM.pdf}",
}
@misc{EFM32TGDS,
title={EFM32TG Data Sheet},
author={Silicon Labs},
organization={Silicon Labs},
howpublished="\url{https://www.silabs.com/documents/public/data-sheets/efm32tg-datasheet.pdf}",
}
@misc{EFM32GG11RM,
title={EFM32 Giant Gecko 11 Family Reference Manual},
author={Silicon Labs},
organization={Silicon Labs},
howpublished="\url{https://www.silabs.com/documents/public/reference-manuals/efm32gg11-rm.pdf}",
}
@misc{EFM32TG840,
title={EFM32TG840F32/F16/F8 DATASHEET},
author={Silicon Labs},
}
@misc{USERMANUALDEVKIT,
title={User Manual Start Kit EFM32TG-STK3300},
author={Silicon Labs},
}
@misc{STM32F4RM,
title={{STM32F4XXX Reference Manual - RM0090}},
author={ST},
howpublished="\url{http://www.st.com/resource/en/reference_manual/dm00031020.pdf}",
}
@misc{STM32F4DS,
title={202STM32F405xx/202STM32F407xx Datasheet},
author={ST},
howpublished="\url{https://www.st.com/resource/en/datasheet/dm00037051.pdf}",
}
@misc{STM32UM1725,
title={Description of STM32F4 HAL and LL drivers - UM1725},
author={ST},
howpublished="\url{https://www.st.com/resource/en/user_manual/dm00105879.pdf}",
}
@misc{EFM32ZG108DS,
title={EFM32ZG108 Datasheet},
author={Silicon Labs},
organization={Silicon Labs},
howpublished="\url{https://www.silabs.com/documents/public/data-sheets/EFM32ZG108.pdf}",
}
@misc{EFM32ZGDS,
title={EFM32ZG Datasheet},
author={Silicon Labs},
organization={Silicon Labs},
howpublished="\url{https://www.silabs.com/documents/public/data-sheets/efm32zg-datasheet.pdf}",
}
@misc{EFM32HGDS,
title={EFM32HG Datasheet},
author={Silicon Labs},
organization={Silicon Labs},
howpublished="\url{https://www.silabs.com/documents/public/data-sheets/efm32hg-datasheet.pdf}",
}
@misc{STM32L01,
title={STM32L011x3 STM32L011x4 Datasheet},
organization={ST},
author={ST},
howpublished="\url{https://www.st.com/resource/en/datasheet/stm32l011d4.pdf}",
}
@misc{Cortex,
title={{ARM} Processors},
organization={{ARM}},
author={ARM},
howpublished="\url{https://www.arm.com/products/processors}",
}
@misc{SiLabs,
title={Silicon Labs Hompage},
author={Silicon Labs},
howpublished="\url{https://www.silabs.com/}",
}
@misc{TI,
title={Texas Instruments Hompage},
author={Texas Instruments},
howpublished="\url{https://www.ti.com/}",
}
@misc{NXP,
title={NXP Hompage},
author={NXP},
howpublished="\url{https://www.nxp.com/}",
}
@misc{ST,
title={ST Homepage},
author={ST},
howpublished="\url{https://www.st.com/}",
}
@misc{Microchip,
title={Microchip Hompage},
author={Microchip},
howpublished="\url{https://www.Microchip.com/}",
}
@misc{CortexA,
title={Cortex-A Series},
organization={{ARM}},
author={ARM},
howpublished="\url{https://www.arm.com/products/processors/cortex-a}",
}
@misc{CortexM,
title={Cortex-M Series},
organization={{ARM}},
author={ARM},
howpublished="\url{https://www.arm.com/products/processors/cortex-m}",
}
@misc{CortexR,
title={Cortex-R Series},
organization={{ARM}},
author={ARM},
howpublished="\url{https://www.arm.com/products/processors/cortex-r}",
}
@misc{CortexM0,
title={Cortex-M0+},
organization={{ARM}},
author={ARM},
howpublished="\url{https://developer.arm.com/products/processors/cortex-m/cortex-m0-plus}",
}
@misc{CortexM3,
title={Cortex-M3},
organization={{ARM}},
author={ARM},
howpublished="\url{https://developer.arm.com/products/processors/cortex-m/cortex-m3}",
}
@misc{ST_AN3371,
author={{ST}},
title={{AN3371 - Using the hardware real-time clock (RTC) in STM32 F0, F2, F3, F4 and L1 series of MCUs}},
howpublished="\url{https://www.st.com/resource/en/application_note/dm00025071.pdf}",
}
@misc{ST_ANS4865,
author={{ST}},
title={{AN4865 - Low-power timer (LPTIM) applicative use-cases on STM32 MCUs}},
howpublished="\url{https://www.st.com/resource/en/application_note/dm00290631.pdf}",
}
@misc{EFM_AN0015,
author={{Silicon Labs}},
title={{AN0015.0: EFM32 and EZR32 WirelessMCU Series 0 Watchdog}},
}
@misc{Kinetis_LPTMR,
author={NXP},
title={LPTMR - Low Power Timer},
howpublished="\url{https://community.nxp.com/docs/DOC-99954}",
}
@misc{freertos,
author={FreeRTOS},
title={FreeRTOS Homepage},
howpublished="\url{http://www.freertos.org}"
}
@misc{FreeRTOSBook,
author={Barry, Richard},
title={Mastering the FreeRTOS™ Real Time Kernel},
howpublished="\url{https://www.freertos.org/Documentation/161204_Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf}"
}
@misc{FreeRTOSIRQ,
author={FreeRTOS},
title={Running the RTOS on a ARM Cortex-M Core},
howpublished="\url{https://www.freertos.org/RTOS-Cortex-M3-M4.html}"
}
@misc{EMLIB,
author={Silicon Labs},
title={EMLIB library},
howpublished="\url{https://siliconlabs.github.io/Gecko_SDK_Doc/efm32tg/html/group__emlib.html}"
}
@misc{STM32Lib,
author={ST},
title={{STM32} Standard Peripheral Libraries},
howpublished="\url{http://www.st.com/en/embedded-software/stm32-standard-peripheral-libraries.html}"
}
@misc{STM32CubeHAL,
author={ST},
title={{STM32} STM32Cube hardware abstraction layer (HAL)},
howpublished="\url{https://www.st.com/en/development-tools/stm32cubemx.html}"
}
@misc{CortexM4,
title={Cortex-M4},
organization={{ARM}},
author={ARM},
howpublished="\url{https://developer.arm.com/products/processors/cortex-m/cortex-m4}",
}
@misc{CortexM7,
title={Cortex-M7},
organization={{ARM}},
author={ARM},
howpublished="\url{https://developer.arm.com/products/processors/cortex-m/cortex-m7}",
}
@misc{apds9960,
title={{APDS-9960 Datasheet}},
author={Broadcom},
author={Broadcom},
howpublished="\url{https://www.broadcom.com/products/optical-sensors/integrated-ambient-light-and-proximity-sensors/apds-9960}",
}
@misc{ITM,
author={ARM},
title={{Cortex™-M3} Technical Reference Manual - {ITN}},
howpublished="\url{http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0337e/BABCCDFD.html}"
}
@misc{simplicityURL,
author={Silicon Labs},
title={SImplicity Studio v4},
howpublished="\url{http://www.silabs.com/products/development-tools/software/simplicity-studio}"
}
@misc{StartUp,
author={Samek, Miro},
title={Building Bare-Metal ARM Systems with GNU: Part 2},
howpublished="\url{https://www.embedded.com/design/mcus-processors-and-socs/4026075/Building-Bare-Metal-ARM-Systems-with-GNU-Part-2}"
}
@misc{ARMGNU,
author={ARM},
title={GNU Arm Embedded Toolchain},
howpublished="\url{https://developer.arm.com/open-source/gnu-toolchain/gnu-rm}"
}
@misc{ARMHandler,
author={ARM},
title={Cortex-M3 Devices Generic User Guide - HardFault Status Register},
howpublished="\url{http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/Cihdjcfc.html}",
}
@misc{Doxygen,
author={Doxygen},
title={Doxygen documention},
howpublished="\url{http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html}"
}
@misc{GITHUBPages,
author={GitHub},
title={GitHub pages},
howpublished="\url{https://pages.github.com/}",
}
@misc{CMSIS-CORE,
author={{ARM Ltd.}},
title={CMSIS-CORE support for Cortex-M processor-based devices},
howpublished="\url{http://arm-software.github.io/CMSIS_5/Core/html/index.html}",
}
@misc{CMSIS-DRIVER,
author={{ARM Ltd.}},
title={CMIS-DRIVER Peripheral Interface for Middleware and Application Code},
howpublished="\url{http://arm-software.github.io/CMSIS_5/Driver/html/index.html}",
}
@misc{CMSIS-DSP,
author={{ARM Ltd.}},
title={CMSIS DSP Software Library},
howpublished="\url{http://arm-software.github.io/CMSIS_5/DSP/html/index.html}",
}
@misc{CMSIS-RTOS,
author={{ARM Ltd.}},
title={CMSIS-RTOS2 Real-Time Operating System: API and RTX Reference Implementation},
howpublished="\url{http://arm-software.github.io/CMSIS_5/RTOS2/html/index.html}",
}
@misc{ST-CMSIS-RTOS,
author={{ST}},
title={Developing Applications on STM32Cube with RTOS - UM1722},
howpublished="\url{https://www.st.com/resource/en/user_manual/dm00105262.pdf}",
}
@misc{Keil-RTX,
author={Keil},
title={Keil RTX},
howpublished="\url{http://www.keil.com/pack/doc/CMSIS/RTOS2/html/rtx5_impl.html}",
}
@misc{CMSIS-DAP,
author={{ARM Ltd.}},
title={CMSIS-DAP Interface Firmware for CoreSight Debug Access Port},
howpublished="\url{http://arm-software.github.io/CMSIS_5/DAP/html/index.html}",
}
@misc{CMSIS-NN,
author={{ARM Ltd.}},
title={CMSIS NN Software Library},
howpublished="\url{http://arm-software.github.io/CMSIS_5/NN/html/index.html}",
}
@misc{AN0003,
author={Silicon Labs},
title={AN0003: UART Bootloader},
howpublished="\url{https://www.silabs.com/documents/public/application-notes/an0003-efm32-uart-bootloader.pdf}",
}
@misc{AN0025,
author={Silicon Labs},
title={AN0025: Peripheral Reflex System},
howpublished="\url{https://www.silabs.com/documents/public/application-notes/an0025_efm32_prs.pdf}",
}
@misc{AN0051,
author={Silicon Labs},
title={AN0051: Digital Signal Processing with the EFM32},
howpublished="\url{https://www.silabs.com/documents/public/application-notes/AN0051.pdf}",
}
@misc{ARDUINO,
author={Arduino},
title={What is Arduino?},
howpublished="\url{https://www.arduino.cc/en/Guide/Introduction}",
}
@misc{EFM32HardFault,
title={Debug a HardFault},
howpublished="\url{https://www.silabs.com/community/mcu/32-bit/knowledge-base.entry.html/2014/05/26/debug_a_hardfault-78gc}",
}
@misc{KielHardFault,
title={Using Cortex-M3/M4/M7 Fault Exceptions},
author={Keil},
howpublished="\url{http://www.keil.com/appnotes/files/apnt209.pdf}",
}
@misc{BlogHardFalut,
title={Developing a Generic Hard Fault handler for ARM Cortex-M3/Cortex-M4},
author="Cooling, Niall",
howpublished="\url{https://blog.feabhas.com/2013/02/developing-a-generic-hard-fault-handler-for-arm-cortex-m3cortex-m4/}",
}
@misc{MISRAHomepage,
title={MISRA C},
author={{HORIBA MIRA Ltd.}},
howpublished="\url{https://www.misra.org.uk/Activities/MISRAC/tabid/171/Default.aspx}",
}
@misc{MISRAAmend,
title={MISRA C: 2012 Amendment 1},
author={{HORIBA MIRA Ltd.}},
howpublished="\url{https://misra.org.uk}",
}
@misc{BARRGuidelines,
title={Embedded C Coding Starndard},
author={Michael Barr},
year={2013},
howpublished="\url{https://barrgroup.com/Embedded-Systems/Books/Embedded-C-Coding-Standard}",
}
@misc{JPLCProgramming,
title={JPL Institutional Coding Standard for the C Programming Language},
author={Jet Propulsion Laboratory - California Institute of Technology},
year={2009},
howpublished="\url{https://lars-lab.jpl.nasa.gov/JPL_Coding_Standard_C.pdf}",
}
@misc{JPLLARS,
title={Laboratory for Reliable Software (LaRS)},
author={Jet Propulsion Laboratory},
howpublished="\url{https://lars-lab.jpl.nasa.gov/}",
}
@misc{powerof10,
title={The Power of 10: Rules for Developing Safety-Critical Code},
author={Gerard Holzmann},
year={2006},
doi={DOI: 10.1109/MC.2006.212},
howpublished="\url{https://www.researchgate.net/publication/220477862_The_Power_of_10_Rules_for_Developing_Safety-Critical_Code}",
}
@misc{FreeRTOSLP,
author={FreeRTOS},
title={FreeRTOS Homepage - Low Power Support},
howpublished="\url{https://www.freertos.org/low-power-tickless-rtos.html}",
}
@misc{RTCDS1,
author={NXP},
title={PCF85063ATL},
howpublished="\url{https://www.nxp.com/part/PCF85063ATL}",
}
@misc{RTCDS2,
author={Maxim integrated},
title={DS1307},
howpublished="\url{https://www.maximintegrated.com/en/products/digital/real-time-clocks/DS1307.html}",
}
@misc{RTCDS3,
author={{ST}},
title={M41T82},
howpublished="\url{https://www.st.com/en/clocks-and-timers/m41t82.html}",
}
@misc{mm1_1,
author={Gosavi, A.},
title={Queuing Formulas},
howpublished="\url{http://web.mst.edu/~gosavia/queuing_formulas.pdf}",
}
@misc{mm1_2,
author={Adan, Ivo},
title={The M/M/1 system},
howpublished="\url{http://www.win.tue.nl/~iadan/que/h4.pdf}",
}
@misc{mm1_3,
author = "{Wikipedia contributors}",
title = "M/M/1 queue --- {Wikipedia}{,} The Free Encyclopedia",
year = "2018",
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=M/M/1_queue&oldid=819613747}",
note = "[Online; accessed 27-July-2018]"
}
@misc{mm1_4,
author={Kalinsky, David},
title={How to size message queues},
howpublished="\url{https://www.embedded.com/design/other/4024545/How-to-size-message-queues}",
}
@misc{RMA_1,
author={Barr, Michael},
title={Introduction to Rate Monotonic Scheduling},
howpublished="\url{https://barrgroup.com/Embedded-Systems/How-To/RMA-Rate-Monotonic-Algorithm}",
}
@misc{CXX_1,
author={Barr Group},
title={How to Get Started with C++ in Embedded Systems},
howpublished="\url{https://barrgroup.com/Embedded-Systems/How-To/Getting-Started-With-Cplusplus}",
}
@book{ARMsdg,
title = "{ARM} System Developer's Guide",
publisher = "Morgan Kaufmann",
address = "Burlington",
year = "2004",
series = "The Morgan Kaufmann Series in Computer Architecture and Design",
doi = "https://doi.org/10.1016/B978-155860874-0/50022-8",
isbn="978-1-55860-874-0",
}
@book{EmbeddedSystems,
editor = "Ganssle, Jack and , and Ball, Stuart and , and Berger, Arnold S. and , and Curtis, Keith E. and , and Edwards, Lewin A.R.W. and , and Gentile, Rick and , and Gomez, Martin and , and Holland, John M. and , and Katz, David J. and , and Keydel, Chris and , and Brosse, Jean La and , and Meding, Olaf and , and Oshana, Robert and , and Wilson, Peter ",
title = "Embedded Systems ",
publisher = "Newnes",
edition = "",
address = "Burlington",
year = "2008",
isbn = "978-0-7506-8625-9",
doi = "https://doi.org/10.1016/B978-075068625-9.50001-4",
}
@book{DesignersGuide,
title={The Designer's Guide to the Cortex-M Processor Family},
Author = {Martin, Trevor},
ISBN = {9780081006290},
Publisher = {Newnes},
Volume = {Second edition},
Year = {2016},
}
@book{GuideCortexM3M4,
Author = {Yiu, Joseph},
ISBN = {9780124080829},
Publisher = {Newnes},
Title = {The Definitive Guide to ARM® Cortex®-M3 and Cortex®-M4 Processors.},
Volume = {Third edition},
Year = {2013},
}
@book{GuideCortexM0,
Author = {Yiu, Joseph},
ISBN = {9780128032770},
Publisher = {Newnes},
Title = {The Definitive Guide to ARM® Cortex®-M0 and Cortex-M0+ Processors.},
Volume = {Second edition},
Year = {2015},
}
@book{EmbeddedBook,
Author = {Wang, K.C.},
ISBN = {9783319515168},
Publisher = {Springer},
Title = {Embedded and Real-Time Operating Systems},
doi="https://doi.org/10.1007/978-3-319-51517-5",
Year = {2017},
}
@book{SensorTechnology,
editor={Wilson, Jon},
title="Sensor Technology Handbook",
publisher = "Elsevier Inc.",
year = "2004",
isbn="9780750677295"
}
@book{MISRAC2012,
publisher={MIRA Limited},
title="MISRA C:2012",
year = "2013",
month="3",
isbn="9781906400118"
}
@book{BSSC,
title="C and C++ Coding Standards",
year="2001",
publisher="ESA Board for Software Standardisation and Control",
howpublished = "\url{http://everyspec.com/ESA/BSSC_2000-1_I1_2000_29384}",
}
@book{EmbeddedDictionary,
publisher={CMPBooks},
title="Embedded Systems Dictionary",
year = "2003",
author="Ganssle,Jack and Barr, Michael",
isbn="1578201209"
}
@book{programmingembedded,
author={Barr, Michael and Massa, Anthony},
title={Programming Embedded Systems},
publisher={O'Reilly},
year={2007},
edition = "second edition",
isbn="980596009830"
}
@book{RTEmbeddedSystems,
author={Wang, Jiacung},
title={Real-Time Embedded Systems},
publisher={Wiley},
year={2017},
isbn="9781118116173",
}
@book{EmbeddedBook_2,
author={Marwedel, Peter},
title={Embedded System Design},
publisher={Springer},
year={2006},
isbn="9781402076909",
}
@book{programmingembeddedCXX,
author={Barr, Michael},
title={Programming Embedded Systems in C and C++},
publisher={O'Reilly},
year={1999},
isbn="9781565923546",
}
@misc{ISRCXX,
title={Interrupts in C++},
author={Alan Dorfmeyer and Pat Baird},
howpublished="\url{https://www.embedded.com/design/prototyping-and-development/4023817/Interrupts-in-C-}",
}
@misc{ISRCXX_2,
title={Implementing Interrupt Service Routines in C++},
author={Bill Gatliff},
howpublished="\url{http://www.drdobbs.com/implementing-interrupt-service-routines/184401485?pgno=3}",
}
@misc{wiki:can,
author = "Viquipèdia",
title = "Controller area network --- Viquipèdia{,} l'Enciclopèdia Lliure",
year = "2018",
url = "\url{//ca.wikipedia.org/w/index.php?title=Controller_area_network&oldid=19926922}",
note = "[Internet; descarregat 21-maig-2018]"
}
@misc{ wiki:rmi,
author = "{Wikipedia contributors}",
title = "Media-independent interface --- {Wikipedia}{,} The Free Encyclopedia",
year = "2018",
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Media-independent_interface&oldid=851943072}",
note = "[Online; accessed 8-August-2018]"
}
@misc{ wiki:lwip,
author = "{Wikipedia contributors}",
title = "LwIP --- {Wikipedia}{,} The Free Encyclopedia",
year = "2018",
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=LwIP&oldid=839596879}",
note = "[Online; accessed 8-August-2018]"
}
@misc{lwip,
author={Free Software Foundation, Inc.},
title={LwIP - A Lightweight TCP/IP stack},
howpublished="\url{LwIP - A Lightweight TCP/IP stack}",
}
@misc{FLASH_EFM32,
title={32-bit MCU Knowledge Base: Writing to Internal Flash},
howpublished="\url{https://www.silabs.com/community/mcu/32-bit/knowledge-base.entry.html/2014/05/19/writing_to_internal-D0Tt}",
}
@misc{EMLIB_MSC,
author={Silicon Labs},
title={EMLIB library - MSC},
howpublished="\url{https://siliconlabs.github.io/Gecko_SDK_Doc/efm32tg/html/group__MSC.html}"
}
@misc{IEEE754,
author = "{Wikipedia contributors}",
title = "The IEEE Standard for Floating-Point Arithmetic, The Free Encyclopedia",
year = "2018",
howpublished = "\url{https://en.wikipedia.org/wiki/IEEE_754}",
note = "[Online; accessed 10-August-2018]"
}
@misc{putty,
title={putty},
howpublished="\url{https://www.putty.org/}",
}
@misc{teraterm,
title={Tera Term},
howpublished="\url{https://ttssh2.osdn.jp/index.html.en}",
}
@misc{tmterminal,
title={TM Terminal},
howpublished="\url{https://marketplace.eclipse.org/content/tm-terminal}",
}
@misc{CMSIS_NN_paper,
title={CMSIS-NN: Efficient Neural Network Kernels for Arm Cortex-M CPUs},
author={Liangzhen Lai, Naveen Suda, Vikas Chandra},
publisher={ArXiV},
howpublished="\url{https://arxiv.org/abs/1801.06601}",
}
@misc{debounce1,
title={My favorite software debouncers},
author={Jack Ganssle},
publisher={embedded.com},
howpublished="\url{https://www.embedded.com/electronics-blogs/break-points/4024981/My-favorite-software-debouncers}",
}
@misc{debounce2,
title={How to Choose A Sensible Sampling Rate},
author={David B. Stewart},
publisher={embedded.com},
howpublished="\url{https://www.embedded.com/design/configurable-systems/4006414/How-to-Choose-A-Sensible-Sampling-Rate}",
}
@misc{wiki:EFSM,
author = "{Wikipedia contributors}",
title = "Extended finite-state machine --- {Wikipedia}{,} The Free Encyclopedia",
year = "2016",
howpublished = "\url{https://en.wikipedia.org/w/index.php?title=Extended_finite-state_machine&oldid=711433361}",
note = "[Online; accessed 2-January-2019]"
}
@misc{wiki:FSM,
author = "Viquipèdia",
title = "Autòmat finit --- Viquipèdia{,} l'Enciclopèdia Lliure",
year = "2018",
url = "\url{//ca.wikipedia.org/w/index.php?title=Aut%C3%B2mat_finit&oldid=19686277}",
note = "[Internet; descarregat 23-febrer-2018]"
}
@misc{EMDRV,
author="Silicon Labs",
title={EMDRV},
howpublished ="\url{https://siliconlabs.github.io/Gecko_SDK_Doc/efm32tg/html/group__emdrv.html}",
}
@misc{RTCDRV,
author="Silicon Labs",
title={RTCDRV},
howpublished="\url{https://siliconlabs.github.io/Gecko_SDK_Doc/efm32tg/html/group__RTCDRV.html}"
}
@misc{SLEEPDRV,
author="Silicon Labs",
title={SLEEP},
howpublished="\url{https://siliconlabs.github.io/Gecko_SDK_Doc/efm32g/html/group__SLEEP.html}"
}
@misc{ wiki:IEEE754,
author = "Viquip{\`e}dia",
title = "IEEE 754 --- {V}iquip{\`e}dia{,} l'enciclop{\`e}dia lliure",
year = "2020",
url = "//ca.wikipedia.org/w/index.php?title=IEEE_754&oldid=24054533",
note = "[Internet; decarregat 11-July-2020]"
}
@misc{CortexM7RM,
author = "ARM",
title ="ARM Cortex-M7 Processor Technical Reference Manual",
howpublished = "\url{https://static.docs.arm.com/ddi0489/f/DDI0489F_cortex_m7_trm.pdf}"
}