docs: Add debug probe pinout to README#205
Conversation
|
@katshann-raspberry Would you mind taking a look at this one too? Thanks! |
|
|
||
| ## Debugprobe Pinout | ||
|
|
||
| The Debug Probe pinout is as follows: |
There was a problem hiding this comment.
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" ?
There was a problem hiding this comment.
Also duplication of info from the datasheet
@lurch Would the correct info be that which is on p17 of the current published datasheet?
There was a problem hiding this comment.
It depends what the intention of this PR is...
- If the intention is to document how to wire up a Debug Probe to a Pico H or Pico WH (which is what the header above implies) then the instructions on page 17 of the Getting-Started PDF are correct. (Note that there's already a separate issue for wiring up a Debug Probe to a non-H Pico).
- If the intention is to document how to use one Pico to debug another Pico (which is what the content below implies), then the instructions on page 19 of the PDF are correct.
There was a problem hiding this comment.
If both are equally useful, it doesn't make sense to just put the Pico->Pico version in. And adding both is starting to create too much duplication of content from the Getting Started Guide.
There's an internal ticket to look at reorganising the debug probe documentation, maybe this should wait until then, so we can decide whether this is the optimum approach.
| 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). |
There was a problem hiding this comment.
This link should now be https://pip.raspberrypi.com/documents/RP-008276-DS
No description provided.