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 10:25 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

frank26080115
Rank 2
Rank 2
Posts: 43
Joined: Fri Jun 19, 2009 4:43 pm

Re: timeout error on stk500

Post by frank26080115 » Sat Jul 24, 2010 5:04 am

com ports above 4 can't be simply written as com4

you need to write

//./COM10

try it

Post Reply