ATtiny43U #699
GoSamGo95
started this conversation in
Support / Q & A
ATtiny43U
#699
Replies: 1 comment 2 replies
-
Turn on verbose output while uploading, and it will tell you what the
invalid signature it saw was. Combinations with only 00 or ff bytes are
wiring problems or board set to use clock source that isn't connected.
0x000000 in particular is the expected result if you have it set to use a
nonexistent clock source.
If it's anything else, please share the error output with verbose errors
enabled
…____________
Spence Konde
Azzy’S Electronics
New products! Check them out at tindie.com/stores/DrAzzy
GitHub: github.com/SpenceKonde
ATTinyCore: Arduino support for almost every ATTiny microcontroller
Contact: ***@***.***
On Tue, Jun 21, 2022, 07:17 GoSamGo95 ***@***.***> wrote:
Got the error below after I run bootloader. Can anyone assist me?
avrdude: Expected signature for ATtiny43u is 1E 92 0C
Double check chip, or use -F to override this check.
Error while burning bootloader.
—
Reply to this email directly, view it on GitHub
<#699>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTXEWZOWHXQTVBUTPL5TO3VQGQF5ANCNFSM5ZL6SO6A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Got the error below after I run bootloader. Can anyone assist me?
avrdude: Expected signature for ATtiny43u is 1E 92 0C
Double check chip, or use -F to override this check.
Error while burning bootloader.
Beta Was this translation helpful? Give feedback.
All reactions