Hi everyone!
I am getting this error everytime I try to upload some programs to the Arduino.
QUOTE
El Sketch usa 3.998 bytes (1%) del espacio de almacenamiento de programa. El máximo es 253.952 bytes.
Las variables Globales usan 200 bytes (2%) de la memoria dinámica, dejando 7.992 bytes para las variables locales. El máximo es 8.192 bytes.
avrdude: stk500v2_setparm(): failed to set parameter 0x9e
avrdude: stk500v2_command(): unknown status 0xc8
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: stk500v2_command(): unknown status 0x01
avrdude: stk500v2_disable(): failed to leave programming mode
UNQUOTE
I compile them and i get no errors but when I'm try to upload them it takes a while and then i get that error.
This happens even with the built in examples.
Eventually my arduino works well but i don't think it's normal. Any suggestions?
Thanks a lot!!
David