Oh noes... I broke my Picos #3239
Unanswered
marcdraco1-gif
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
I don't think I've read of such a limit on an input on the RP2040. Input current is going to be on the order of uA by design, if that, in normal operation. The datasheet would be the reference there, section 5.5.3.4. That said, there are ESD diodes which should never engage in normal operating mode that will have current limits (i.e. if you go over Vcc or below GND on an input) before they die. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I've found a probable fix for my latest "whoopsie" - but perhaps someone else has experienced this?
To be clear, the following discussion describes some electronics which are all running at 3v3 (there are 5V parts in there but they are all behind the 3v3 regulator).
I had the Pico configured to receive I2S from an external board which doesn't use any current limit but now (after another day of failures) I've just read that the input current on Pico PIOs is limited. Easy fix, naturally - just a small resistor and better I find this now before I finalise the board! :)
I wonder if any one else has run into this. I'm familiar with not trying to source too much current from a pin but never experienced it pulling too much current. I was assuming I was driving the MOSFET's gate which is essentially a small capacitor, but you know what "assume" did. Looks like I'd better get stuck back into the RP2040 datasheet before I jigger another one.
Something new for the book. Better I make mistakes now than have someone else chase me with a big stick later.
I don't have a differential scope probe to measure the current during high-speed transitions so I'll try put some series resistors in there and see what happens.
This is probably in the datasheet somewhere - maybe someone else knows if there's schematic for the inputs? Man do I feel like a doofus - again.
I guess this the cost of a configurable device where the same "pin" can be an output or an input.
Beta Was this translation helpful? Give feedback.
All reactions