Hello everyone,
I've been using the Arduino MEGA2560 and I am learning to use (using the 1.8.16 IDE) but, just now, I've encountered this issue:
Arduino:1.8.16 (Linux), Tarjeta:"Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
El Sketch usa 1536 bytes (0%) del espacio de almacenamiento de programa. El máximo es 253952 bytes.
Las variables Globales usan 9 bytes (0%) de la memoria dinámica, dejando 8183 bytes para las variables locales. El máximo es 8192 bytes.
avrdude: verification error, first mismatch at byte 0x036c
0xb8 != 0xf8
avrdude: verification error; content mismatch
avrdude: verification error; content mismatch
The message appears every time I try to upload any kind of program to the Arduino so I think it's a board problem.
If you have any suggestions or need more information please reply!