timeout error on stk500

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
ro16102003

timeout error on stk500

Post by ro16102003 » Fri Jul 23, 2010 11:40 pm

I am getting an error in the WinAVR IDE while downloading the program to the iRobot create command module
is there something wrong with my makefile
i have checked the serial com port number
i have updated the drivers
i am also pressing the reset button before clicking program, but the same error repeats.
please reply

> "make.exe" program
avrdude -p atmega168 -P com10 -c stk500 -U flash:w:light.hex
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout

Post Reply