Hello, I am trying to upload the simplest sketch (Blink LED - Arduino Workshop Book) to Arduino UNO. But at the end of the uploading I receive this error message:
Arduino: 1.8.1 (Windows 7), Board: "Arduino/Genuino Uno"
Sketch uses 928 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: verification error, first mismatch at byte 0x0042
0xb8 != 0x15
avrdude: verification error; content mismatch
avrdude: verification error; content mismatch
I have already:
-
checked drivers are update (I downloaded the IDE 1.8.1 from https://www.arduino.cc/en/Main/Software)
-
checked the right Arduino version is chosen from Tools --> Board --> Arduino/Genuino Uno
-
checked the right Port is chosen from Tools --> Port --> COM5 (in my case with Window 7)
Could you please give me help to find a solution? I have looked on other posting and I tried to make sure all the suggestion where followed but still I cannot upload the program.
Thank you in advance