Completed
Timers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fearless Concurrency in Your Microcontroller
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 Microcontrollers
- 4 Bare Metal System
- 5 General Purpose Input Output
- 6 Timers
- 7 Status Register
- 8 Serial
- 9 Concurrency
- 10 Serial interface
- 11 Infinite generators
- 12 Linking task
- 13 Simultaneous execution
- 14 Cooperative multitasking
- 15 Interrupts
- 16 Ecole Forum
- 17 Memory sharing
- 18 Data race
- 19 Memory safe
- 20 Memory safe example
- 21 Improving memory safety
- 22 Ceiling priority protocol
- 23 Memory Safety
- 24 RTFM
- 25 concurrency model
- 26 app macro
- 27 main function
- 28 signatures
- 29 resource
- 30 Atomics
- 31 Ring Buffer
- 32 RealTime
- 33 Concurrent Reactive Objects