week 4. Individual: Browsing the RP2040 Datasheet
Table of Contents
The RP2040 Datasheet is grouped into the following sections:
- Introduction
- System Description
- PIO
- Peripherals
- Electrical and Mechanical
The introduction has some high-level overview of the chip’s specs and the pinout reference. See the Pin Layout for example:

Some interesting things I found was the diagram of the Bus Fabric, which apaprently routes addresses and data across the chip, and the internal structure of the process subsystem.

One of the most useful parts initially while trying to learn how to get the program onto the RP2040 was the flowchart of the boot sequence:

There’s some interesting bits about the different kinds of boot options for the RP2040.
Each section in the System Description and Peripherals have further details about each component or aspect.