In response to a frequent request I have received from educators of various schools and universities around the world, I have started preparing Power Point presentations for each chapter of the book offering material (pictures, tables and code examples) that could help rapidly assemble a course.
Here the first few instalments for the book “Programming 16-bit microcontrollers in C” (second edition):
- Chapter 1: Hello Embedded World
- Chapter 1: Hello Embedded World (part 2)
- Chapter 2: A Loop In The Pattern
- Chapter 3: More Loops
- Chapter 4: Numb3rs
- Chapter 5: Interrupts
- Chapter 6: Under The Hood
- Chapter 7: Synchronous Serial (SPI and I2C)
- Chapter 8: Asynchronous Communication (UART)
- Chapter 9: Glass = Bliss
- Chapter 10: It’s an Analog World
Here the first installments for the book “Programming 32-bit micro controllers in C”:
- Chapter 1- The Adventure begins
- Chapter 2- Walking in circles
- Chapter 3- Message in a Bottle
- Chapter 4- NUMB3RS
- Chapter 5- Interrupts
- Chapter 6- Memory
- Chapter 7- Performance
- Chapter 8- Communication
- Chapter 9- Asynchronous Communication
- Chapter 10- Glass Bliss
- Chapter 11- Analog
- Chapter 12- Capturing Input-part1
- Chapter 12- Capturing Input-part2