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
Binary Semaphore vs Mutex Binary semaphores and a mutex are nearly the same constructs except th...
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 ...
Lab: SPI bus contention with SD Card
Overview Build your own SPI2 driver You will initialize your pins You will initialize SPI2 p...