Hi,
I keep receive the message as shown follow while upload the sketch to the Arduino Mega 2560 r3. Indeed, the message area is still showing the stage "uploading". At the same time I am receive the random code from serial port of the Arduino device and with TX led is always turn on.
Sketch uses 1,518 bytes (0%) of program storage space. Maximum is 253,952 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 8,183 bytes for local variables. Maximum is 8,192 bytes.
avrdude: verification error, first mismatch at byte 0x0000
0x14 != 0x06
avrdude: verification error; content mismatch.
I have try to reset the device by upload again the boot-loader. Yet, receive the error message as shown follow as well. What actually going wrong with my device?
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x1b
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x01
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x03
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x0e
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x58
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x01
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x01
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xff
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x63
Error while burning bootloader.