Completed
Memory Space Map
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 Pi Pico Simulation in Wokwi
- 3 Using Serial1 for Debug Prints
- 4 A Bit About Bits
- 5 RP2040 Datasheet
- 6 Memory Space Map
- 7 The Bus Fabric
- 8 GPIO Software Control via SIO Registers
- 9 GPIO Input Register GPIO_IN
- 10 IO Pin Functions
- 11 Pad Registers & Atomic Register Access
- 12 The Pi Pico's C/C++ SDK
- 13 Bonus: UART Registers Demo