Hello everyone,
I read other topics similar to mine, but I can still not solve my problem.
It is something related to the avrdude.conf. I already tried to uninstall and re-install Arduino but nothing changed.
Arduino is not able to compile any scripts...
Someone has any ideas of what is happening and how can I solve my problem?
Blockquote
Arduino:1.8.15 (Windows 10), Scheda:"Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
Lo sketch usa 6632 byte (2%) dello spazio disponibile per i programmi. Il massimo è 253952 byte.
Le variabili globali usano 407 byte (4%) di memoria dinamica, lasciando altri 7785 byte liberi per le variabili locali. Il massimo è 8192 byte.
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega2560 -cwiring -PCOM3 -b115200 -D -Uflash:w:C:\Users\laura\AppData\Local\Temp\arduino_build_176300/Trial_OneRGBA.ino.hex:i
Errore durante il caricamento dello sketch
avrdude: Version 6.3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : COM3
Using Programmer : wiring
Overriding Baud Rate : 115200
Blockquote