Raspberry-Pi Pico Debug Probe
Debugger module with SWD & UART
- For Raspberry-Pi Pico (and other)
- 3.3V Logic
- CMSIS-DAP debug
- UART over USB
- OpenOCD & DBG
Payments are secured by LyraCollect, a French payment collection company.
It is possible to delivered to your home, to a pick-up point or picked up by appointment at MCHobby
We prepare, pack and ship your orders with great respect and care.
SWD (SMSIS-DAP) debugging tools with Serial over USB
This product is mainly used to debug C/C++ project running on Raspberry-Pi Pico (or other microcontroler exposing SWD interface).
To remind: when using a second Raspberry-Pi Pico (with the picoprobe firmware available on GitHub), it allows comfortable C/C++ program debogging thank to openOCD and de DBG. The C/C++ pico starter guide: A annexe (pdf) explains how to make this possible.
The Pico Debug Probe (this product) is a "plug-and-play" solution to skip the dual Pico preparation phase as tis module already have the firmware and dedicated UART & SWD (ARM Serial Wire Debug interface) connector. Just plug cables and debug.
You will still need to configure the development environment (OpenOCD and DBG) to allow code debugging.
Even is the module was designed for the Raspberry-Pi Pico, it can also be used with any microcontroler or processor supporting the CMSIS-DAP debugging standard (see this article about CMSIS-DAP on plateforme.io).
The Pico Debug Probe is a very affordable tool combining the USB-Serial (USB-UART) and debugging-over-USB features.
Content
For each order, you will receive:
- The debugginf module (a pre-programmed RP2040 board) inside an acrylique case,
- Two connector cable (UART & SWD), 3 wires each.
- An USB câble
Tutorial
- C/C++ Pico Starter guide: annexe A (official documentation, pdf)
- Debugging with VS Code on Raspberry-Pi Pico (Maker.io, DigiKey)