Skip to content

Mismatch error #3

Open
Open
@ZeeshanSar

Description

@ZeeshanSar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions