Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,18 @@ To enable AutoBaud, configure the USB CDC port to the following custom baud rate
Changing the baud rate to any other value disables AutoBaud.

## Debugprobe Pinout

The Debug Probe pinout is as follows:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't the "Debug Probe pinout" as the Debug Probe is this: https://www.raspberrypi.com/products/debug-probe/ 😉

This is the pinout for "a Pico running the debugprobe_on_pico.uf2 firmware" ?


```
Pico A (Debugger) -> Pico B (System Under Test)
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
```

More details can be found in Appendix A of the [Raspberry Pi Pico Getting Started Guide](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf).