UPDI programming works on < 9600bps, fails on anything faster #1128
-
Unfortunately I don't have an oscilloscope, so please advise what could be wrong here, as I don't have any ideas short of just shuffling bigger/smaller resistors (and they are already soldered) until something works. The chip is attiny402 and there are no connections to it besides UPDI/VCC/GND.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I suspect TX has struggles to pull the UPDI low enough. You could try to swap the resistors. 1K to the led and 470 in series with TX. Or did you try that already while shuffling resistors? |
Beta Was this translation helpful? Give feedback.
-
Thanks, that did it, running fine at 921600bps with no delays. wire them like:
|
Beta Was this translation helpful? Give feedback.
I suspect TX has struggles to pull the UPDI low enough.
You could try to swap the resistors. 1K to the led and 470 in series with TX. Or did you try that already while shuffling resistors?