Book Navigation
- Embedded Drivers & Real Time Operating Systems
- Required reference material
-
MP3 Player
2 Pages
-
SJ2 Board and Software
4 Pages
-
Lesson FreeRTOS + LPC40xx
3 Pages
-
Lesson GPIO
3 Pages
-
Lesson Interrupts
4 Pages
-
Lesson ADC + PWM
4 Pages
-
Lesson SPI
4 Pages
-
Lesson UART
4 Pages
-
Lesson I2C
3 Pages
-
Lesson Watch Dogs
4 Pages
-
Lesson X
5 Pages
-
FreeRTOS X
2 Pages
Lesson SPI
SPI (Serial & Peripheral Interface)
What is SPI SPI is a high-speed, full-duplex bus that uses a minimum of 3 wires to exchange data...
Mutexes
Semaphores vs Mutexs Semaphores and mutexes are nearly the same constructs except that mutexes h...
Structured Bit-fields Register Mapping
Please Review the Following Structures in C: http://www.cplusplus.com/doc/tutorial/structures/ ...
Lab: SPI Flash Interface
The objective is to learn how to create a thread-safe driver for Synchronous Serial Port and to ...