EasyManuals Logo

Raspberry Pi Pico User Manual

Raspberry Pi Pico
77 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #62 background imageLoading...
Page #62 background image
make -j4
Boot the Raspberry Pi Pico you would like to act as a debugger with the
BOOTSEL button pressed and drag on
picoprobe.uf2.
Picoprobe Wiring
Figure 36. Wiring
between Pico A (left)
and Pico B (right)
configuring Pico A as
a debugger. Note that
if Pico B is a USB Host
then you’d want to
hook VBUS up to VBUS
so it can provide 5V
instead of VSYS to
VSYS.
The wiring loom between the two Pico boards is shown in
Figure 36.
Pico A GND -> Pico B GND
Pico A GP2 -> Pico B SWCLK
Pico A GP3 -> Pico B SWDIO
Pico A GP4/UART1 TX -> Pico B GP1/UART0 RX
Pico A GP5/UART1 RX -> Pico B GP0/UART0 TX
The minimum set of connections for loading and running code via OpenOCD is GND, SWCLK and SWDIO. Connecting up
the UART wires will also let you communicate with the right-hand Pico’s UART serial port through the left-hand Pico’s
USB connection. You can also use just the UART wires to talk to any other UART serial device, like the boot console on a
Raspberry Pi.
Optionally, to power Pico A from Pico B you should also wire,
Pico A VSYS -> Pico B VSYS
Getting started with Raspberry Pi Pico
Picoprobe Wiring 61

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Raspberry Pi Pico and is the answer not in the manual?

Raspberry Pi Pico Specifications

General IconGeneral
MicrocontrollerRP2040
Clock Speed133 MHz
SRAM264 KB
Flash Memory2 MB
GPIO Pins26
Operating Temperature-20°C to +85°C
ArchitectureARM Cortex-M0+ (dual-core)
InterfacesI2C, SPI, UART, PWM
Operating Voltage1.8–5.5 V
Dimensions51 mm × 21 mm

Related product manuals