Main Content

PicoDebugger

The PicoDebugger project is an extension the Raspberry Pi Foundations PicoProbe project. The basis of the PicoProbe is to use a Raspberry Pi Pico to act as a debug probe for another Pico.

There are two elements to this project:

- PicoProbe Software (from Raspberry Pi Foundation)
- PicoDebugger hardware

The aim is to provide a physically stable set up for the debug probe, the target Pico and to also allow connection to hardware under development.

This document will use the following terminology:

- Picoprobe - the Raspberry Pi Pico programmed with the PicoProbe software. This will act as a debug probe for the host computer.
- Target - this is the Raspberry Pi Pico that is being debugged.”

Link to article