Society of Robots - Robot Forum
Software => Software => Topic started by: shalin_ice on September 29, 2010, 08:17:51 AM
-
my line follower module(atmega 8) is not connecting to the pc..all the drivers for it are installed and it is successfully showing in device manager...when i clicl make program in programmers notepad it gives the following error..is it a hardware issue
Creating load file for EEPROM: led.eep
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" \
--change-section-lma .eeprom=0 --no-change-warnings -O ihex led.elf led.eep || exit 0
c:\WinAVR\bin\avr-objcopy.exe: there are no sections to be copied!
avrdude -p atmega8 -P usb -c usbasp -U flash:w:led.hex
found 5 busses
found 5 busses
avrdude: error: could not find USB device "USBasp" with vid=0x16c0 pid=0x5dc
make.exe: *** [program] Error 1
kindly help
-
Hi There!
You're not the first one to have that problem. This is a result from a google search, it might prove helpful.
avrdude: error: could not find USB device "USBasp" with vid=0x16c0 pid=0x5dc
http://www.avrfreaks.net/index.php?name=PNphpBB2&file=printview&t=64091&start=0 (http://www.avrfreaks.net/index.php?name=PNphpBB2&file=printview&t=64091&start=0)