Sujet : Re: RP400 40-pin connector
De : theom+news (at) *nospam* chiark.greenend.org.uk (Theo)
Groupes : sci.electronics.design comp.sys.raspberry-piDate : 15. Aug 2024, 17:46:40
Autres entêtes
Organisation : University of Cambridge, England
Message-ID : <0al*8W4Rz@news.chiark.greenend.org.uk>
References : 1 2 3
User-Agent : tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-28-amd64 (x86_64))
In comp.sys.raspberry-pi john larkin <jlarkin_highland_tech> wrote:
Yes, but the port pin nunbering is different from the Pi 4 and 5, so I
was concerned about which pins to connect to a Pico (or a 2040 chip)
for program loading and debugging.
This apparently works
https://www.dropbox.com/scl/fi/sd8mkqz3rw55fcevjouvi/OKdo_Pi400_debug_Pico.jpg?rlkey=kb5xjo75n5e5k3ncy4qs2caur&raw=1
and one can actually count the pins on the connectors.
One of my guys is hacking some connections and verifying. We're laying
out some PCBs for debugging and production test, and we need to get
the pins right.
Ah, that's SWD *output*. None of the Pis have specific hardware to act as
an SWD debugger, so it's just bitbanged GPIOs. For that it's just down to
whatever pins your software has decided to use. You can presumably
reconfigure it to use any GPIO pins.
(5 and Pico have dedicated SWD input connectors, but that's to allow *them*
to be debugged)
Theo