Raspberry Pi Debug Probe

by Raspberry Pi

The Raspberry Pi Debug Probe is an inexpensive, all-in-one USB to serial debug and UART bridge.

It provides the necessary hardware and cabling to support “plug and play” debugging of Raspberry Pi Pico and other microcontroller- and microprocessor-based platforms.

The Raspberry Pi Debug Probe provides both a processor serial debug interface (by default this is the ARM Serial Wire Debug interface) and an industry-standard UART interface. Both interfaces use a 3-pin debug connector, as specified in the Raspberry Pi 3-pin debug connector specification.

The Raspberry Pi Debug Probe is provided as a kit, containing the probe hardware in a plastic case, and a set of cables: a USB cable, and three different types of debug cable to cover the vast majority of use cases.

It provides:

  • A USB to Serial Wire Debug (SWD) bridge
  • A generic USB serial adapter
  • Cables to connect to a host computer, and to the debug target

While it has been designed primarily for Raspberry Pi Pico, and other RP2040-based targets, the Debug Probe provides standard CMSIS-DAP debug and UART interfaces over USB; it can therefore be used to debug other targets (that have an SWD port with 3V3 I/O), or simply as a cost-effective USB-to-UART cable.

The Raspberry Pi Debug Probe is based on the Raspberry Pi Pico hardware design and runs the open-source Raspberry Pi Picoprobe software. Updating the firmware is accomplished in the same way as on a Raspberry Pi Pico, so it is straightforward to keep the unit up to date with the latest Picoprobe firmware, or to use a custom firmware.

What is a debug probe?

All modern Arm-based microcontrollers, including RP2040, implement Arm’s CoreSight debug architecture. Each processor core, like the Cortex-M0+ used in RP2040, provides an Access Port (AP) which can be used to single step, set breakpoints, observe the values of processor registers, and access memory and peripherals via the processor’s bus interface.

The microcontroller itself provides a Debug Port (DP), which is connected externally to pins on the package, and internally to each AP in the system. RP2040 exposes its DP via a low-pin-count Serial Wire Debug (SWD) port: by talking the SWD protocol over this port, a host computer can control each core’s AP, in order to debug a program running on the core.

A debug probe provides a bridge between USB and the SWD protocol. While not strictly required if the host computer is a Raspberry Pi (you can wire up the target’s SWD port directly to the GPIO header on a Raspberry Pi), it’s much more convenient to connect via USB. And if you’re using a PC or Mac, USB is your only option.

The Raspberry Pi Debug Probe exposes the SWD signals on a three-pin JST connector, conforming to the Raspberry Pi Debug Connector Specification. We provide adapter cables to connect without soldering to breadboard, and to the debug connector on Raspberry Pi Pico H and WH.

Arm has helpfully standardised the protocol used to communicate over USB between a host computer and a debug probe. The Raspberry Pi Debug Probe conforms to this CMSIS-DAP standard, and so will work out of the box with many existing debug software platforms, including our favourite, OpenOCD.

Serial communication

We often want to establish a serial console connection between a microcontroller target and a host computer. This provides a simple way to interact with software running on the target, and to retrieve logging and other diagnostic data. If the host computer is a Raspberry Pi, then you can use one of the UART peripherals exposed via the GPIO header. But if you’re using a PC or Mac, it’s very unlikely that you have access to a built-in serial port.

The Raspberry Pi Debug Probe functions as a USB serial adapter, over the same USB connection as the SWD bridge. It exposes the UART signals on a second three-pin JST connector, again conforming to the Raspberry Pi Debug Connector Specification.

For users who do not require debug functionality, the Raspberry Pi Debug Probe’s low price makes it a cost-effective alternative to other USB serial adapters. It has largely replaced the once-ubiquitous FTDI cable as our adapter of choice here at Pi Towers.

Resources

16 customer reviews

20 days ago
Works perfectly. Easier to plug / unplug by taking it out of the case. Used with a Pi Pico W. Was also able to get logging over the debug wire using Rust and defmt_rtt (didn't even need to use serial).
by James about Raspberry Pi Debug Probe via REVIEWS.io
3 months ago
The debug probe lets me program my Pico any time, on demand, without having to mess about with the USB connector or the reset button/pin. This is invaluable in my context, the Pico is installed in the base of a piano and I can't be walking away from my PC, holding down the button, pulling out the USB cable and putting it in again, then walking back to start the program upload cycle. Buying the debug probe saved me so much time and faffing about. It's also great because it releases the main USB port for other purposes, e.g. a permanently connected serial output - or in my use case, a MIDI port. I haven't really tried the debugging facilities that it provides yet - the things above were enough to make it pay for itself!
by Ross about Raspberry Pi Debug Probe via REVIEWS.io
4 months ago
These probes are really invaluable especially when dealing with boards like the Pico 2 Plus. This is the third probe I've bought as unfortunately they tend to fail after about a year of constant use. For Pico not using the SH SWD connector I tend to use a RP2040Zero running DebugProbe firmware instead as a cheaper approach. But perhaps not for those coming new to the platform. Video of how I use these: https://youtu.be/5rYwKmTVt4M https://youtu.be/qNbKqf8ZLKY
by Jon about Raspberry Pi Debug Probe via REVIEWS.io
4 months ago
I went through the chore of making my own debug probe two years ago, but the R Pi debug probe is so neat and compact, and comes with an assortment of connectors for the debug port. I am looking forward to revisiting the R Pi environment and the step-by-step debug faclities.
by Timothy about Raspberry Pi Debug Probe via REVIEWS.io
4 months ago
Neat little debugger, comes with a good selection of leads. The only issue compared to building one your self is there is no way to power the target board from it as far as I can see.
by Andrew about Raspberry Pi Debug Probe via REVIEWS.io
5 months ago
This is the second debug probe I have bought from Pimoroni and it is super-useful. My original one is still in regular use and this one will join its sister on my prototyping bench, connected to the Pi400 that I use for general development.
by Lee about Raspberry Pi Debug Probe via REVIEWS.io
a year ago
Works pretty much as expected, wasn't sure what cables came with it and, as my Pico doesn't have a JTAG connector on it, I ended buying a separate JTAG to pins cable. Up on arrival I discovered the probe came with a cable with a JTAG on one end and sockets on the other that you could use with jumper cables or header pins, so I didn't really need to buy the extra cable. Either way good to have a spare
by Anonymous about Raspberry Pi Debug Probe via REVIEWS.io
a year ago
Works well. It’s a real shame the included JST cable doesn’t work for the Pi 5 UART (the connections are crossed)!
by Chris about Raspberry Pi Debug Probe via REVIEWS.io
a year ago
I've used the debug probe's serial logger for Pi5, and it works like charm. The DAP functionality is...I don't know how to use it yet.
by Alvin about Raspberry Pi Debug Probe via REVIEWS.io
2 years ago
The debug probe is a very useful piece of kit and works well. I particularly like that I can upload a new program to the working pico without the need to disconnect the USB and press the deploy button. The debug probe also works well in the Visual Studio Code IDE and provides useful information while stepping through code. Highly recommended.
by Ian about Raspberry Pi Debug Probe via REVIEWS.io

1 user photo