Skip to content

Pullup on UPDI line? #699

Answered by SpenceKonde
Zgingrich asked this question in Q&A
May 2, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

It will turn it into a resistor voltage divider, likely preventing a LOW from being low enough to be reliably recognized. Don't use a pullup if using SerialUPDI. SerialUPDI is a lovely little hack, but it just barely works - it is not tolerant of other crap connected to the UPDI pin. Especially not when built with a resistor. I usually use a schottky diode in parallel with the resistor - with just the diode, the falling edges are fine, but the rising edges aren't, and not all serial adapters work reliably at higher speeds

There are a bunch of factors conspiring against this working. First, serial adapters don't always drive all the way to 0V. Second the pin on the target is not a real I/O…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Zgingrich
Comment options

Answer selected by Zgingrich
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants