Problem while Program ATTINY804 using USB-to-UART Device. #1186
-
Dear All, I am trying to program ATTINY804 using CP2102(6-pin) USB 2.0 to TTL UART serial converter
But still failed to upload my code in ATTINY804. Please tell me what thing I am missing. Showing Error in Arduino IDE:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You should use one of the SerialUPDI upload options, not the jtag2updi one. |
Beta Was this translation helpful? Give feedback.
-
Dear @hmeijdam , I tried all available option of SerialUPDI. But still failed to upload code in ATTiny-804. Can you tell me which option I need to choose for upload? |
Beta Was this translation helpful? Give feedback.
-
Take the SerialUPDI - SLOW 57600 first. That one is least sensitive to imperfect hardware. If that does not work I suggest you change your series resistor from 3.3K to something like 470 Ohm. So MUCH lower than 3.3K. |
Beta Was this translation helpful? Give feedback.
Take the SerialUPDI - SLOW 57600 first. That one is least sensitive to imperfect hardware.
If that does not work I suggest you change your series resistor from 3.3K to something like 470 Ohm. So MUCH lower than 3.3K.