Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mismatch error #3

Open
ZeeshanSar opened this issue Jan 29, 2023 · 0 comments
Open

Mismatch error #3

ZeeshanSar opened this issue Jan 29, 2023 · 0 comments

Comments

@ZeeshanSar
Copy link

hi there,

i am making this tester and trying to upload program files to atmega328 below are my settings for avrdude

"avrdude -carduino -B 115200 -p atmega328p -PCOM10 -U lfuse:w:0xe2:m -U hfuse:w:0xd9:m -U efuse:w:0xfc:m -U flash:w:./TransistorTester.hex:a -U eeprom:w:./TransistorTester.eep:a"

while uploading i got error messege as below

"avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e950f (probably m328p)
avrdude: Note: flash memory has been specified, an erase cycle will be performed.
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file 0xe2 for lfuse
with 1 byte in 1 section within [0, 0]
avrdude: writing 1 byte lfuse ...
***failed;
avrdude: 1 byte of lfuse written
avrdude: verifying lfuse memory against 0xe2
avrdude warning: verification mismatch
device 0x00 != input 0xe2 at addr 0x0000 (error)
avrdude error: verification mismatch
avrdude done. Thank you."

please let me know what i am doing wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant