We cover the basics of interrupts:
1. How interrupts are setup in the microcontroller's memory map
2. What happens when an interrupt is called? What code does the compiler include to save/restore the state of the callee program?
3. When an interrupt is triggered how is it processed by the Interrupt Controller hardware?
Start watching from 8mins onwards.