USB Serial uploading suddenly not working on ATtiny841 (Optiboot) #867
CaptainCheeze29
started this conversation in
Support / Q & A
Replies: 3 comments 9 replies
-
You have selected USBASP as programmer, but you talk about using an Arduino as ISP. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Your upload command looks identical to mine. The only thing I can think of is to check your CH340 driver. FWIW, this is the one I have. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I downloaded it from here |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So in a previous discussion I laid out the ATtiny841 based Dev board that I've been working on (I'll put schematics and images below). The design worked perfectly (other than some weird pin mapping peculiarities), and code could be easily uploaded using the built in CH340 serial chip after the Optiboot bootloader had been installed by ISP using an Arduino Uno as programmer.
Upload settings:
However, just in the last week I've had the same issue happen to two of my 841 chips. I go to upload the code and it gives me the following problem every time:
until this is the final output:
I have currently tried the following steps to correct this and nothing has worked.
Reconnecting/changing USB cables
Reinstalling the bootloader via ISP
Reinstalling Arduino IDE
Older versions of IDE
Reinstalling AttinyCore library
As I said, this had been working perfectly up until recently. If anyone has any advice as to what might have changed or where I'm going wrong. Please let me know. Thanks guys.
Dev board schematics and images:
Attiny841_Schematic.pdf
Beta Was this translation helpful? Give feedback.
All reactions