Book Navigation
- SJSU - Embedded Drivers & RTOS
- Getting Started with Preet's Classes
- 
                    
                        Project: MP3 Player (CmpE146)
                    
                                            2 Pages 
- 
                    
                        Project: Video Game (CmpE244)
                    
                                            1 Page 
- 
                    
                        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
                    
                                            5 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
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...
