SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
By tmourlan
#180744
Hello,

I usually work with ProtoSnap and all is well. I recently bought a ProMicro that seems to work well (I can see a SparkFun Pro Mico Com in my configuration Panel).

But when I wan to uploa my Arduino program that works in ProtoSnap to my ProMicro, I got an error after 10 connection attempts (with good Com port)


This is the report (in Bold)

Arduino : 1.6.1 (Windows 7), Carte : "Arduino Uno"
Le croquis utilise 2 810 octets (8%) de l'espace de stockage de programmes. Le maximum est de 32 256 octets.
Les variables globales utilisent 243 octets (11%) de mémoire dynamique, ce qui laisse 1 805 octets pour les variables locales. Le maximum est de 2 048 octets.
C:\Program Files\Arduino/hardware/tools/avr/bin/avrdude -CC:\Program Files\Arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM9 -b115200 -D -Uflash:w:C:\Users\THIERR~1.MOU\AppData\Local\Temp\build5062452742278999207.tmp/lightSensor.cpp.hex:i

avrdude: Version 6.0.1, compiled on Jan 15 2015 at 16:58:43
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files\Arduino/hardware/tools/avr/etc/avrdude.conf"
Using Port : COM9
Using Programmer : arduino
Overriding Baud Rate : 115200

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x7a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x7a
avrdude: stk500_recv(): programmer is not responding
...
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x7a
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x7a

avrdude done. Thank you.
Problème de téléversement vers la carte. Voir http://www.arduino.cc/en/Guide/Troubleshooting#upload pour suggestions.


What do I must change ? Thank you for your anwers.