Sujet : Re: RP2040 zero
De : theom+news (at) *nospam* chiark.greenend.org.uk (Theo)
Groupes : comp.sys.raspberry-piDate : 06. May 2025, 14:19:21
Autres entêtes
Organisation : University of Cambridge, England
Message-ID : <n-q*wmObA@news.chiark.greenend.org.uk>
References : 1 2 3 4
User-Agent : tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-28-amd64 (x86_64))
Andy Burns <
usenet@andyburns.uk> wrote:
the BusPirate folks had issues with their BP5XL boards and needed to
junk a batch, I see that redesigned as the BP6 it's now on sale ...
Yes, that's the kind of application where it's a problem. You attach GPIOs
to random stuff and intend to probe what's there. That means you flip
through the internal settings for input/output/pullup/pulldown and listen
out to how the input changes.
The leakage affects that kind of application badly (input pins should be
high impedance but they aren't here) but if you are putting the chip in a
board where you already know what's on the other end of the pin, you can
design the circuit appropriately.
RPis are more likely to be used in situations where you take the MCU and
plug in and out random things onto the pins which are affected by it,
compared with other MCUs where they only ever get put on vendor PCBs where
everything is predetermined in the schematic. So it's really a hobbyist
focused problem rather than a wider problem.
Theo