Completed
WFI Wait for Interrupt Instruction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Raspberry Pi Pico and RP2040 - The Deep Dive
Automatically move to the next video in the Classroom when playback concludes
- 1 Start
- 2 Recap: GPIO Registers
- 3 The Timer Peripheral + Alarms
- 4 Interrupts, NVIC & The Vector Table
- 5 Code Example: Dumping the Vector Table Using VTOR Register
- 6 Code Example: Blink with Interrupts
- 7 WFI Wait for Interrupt Instruction
- 8 Cortex-M CPU Registers
- 9 ARM Instructions: mov, add, sub, mul
- 10 Bitwise Instructions: and, orr, eor xor
- 11 Bonus: Live Demo of WFI power Saving Using Nordic PPK2