I am an amateur who just started atmega128 yesterday. I'm trying to turn on the led, but it's not working. I don't know what's wrong. I'd really really appreciate it if you could tell me what went wrong.
avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude.exe: Device signature = 0x1e9702 (probably m128)
avrdude.exe: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude.exe: erasing chip
avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
avrdude.exe: reading input file "c:\users\송이두\Documents\Atmel Studio\7.0\GccApplication4\GccApplication4\Debug\GccApplication4.hex"
avrdude.exe: writing flash (174 bytes):
Writing | ################################################## | 100% 0.16s
avrdude.exe: 174 bytes of flash written
avrdude.exe: verifying flash memory against c:\users\송이두\Documents\Atmel Studio\7.0\GccApplication4\GccApplication4\Debug\GccApplication4.hex:
avrdude.exe: load data flash data from input file c:\users\송이두\Documents\Atmel Studio\7.0\GccApplication4\GccApplication4\Debug\GccApplication4.hex:
avrdude.exe: input file c:\users\송이두\Documents\Atmel Studio\7.0\GccApplication4\GccApplication4\Debug\GccApplication4.hex contains 174 bytes
avrdude.exe: reading on-chip flash data:
Reading | ################################################## | 100% 0.13s
avrdude.exe: verifying ...
avrdude.exe: 174 bytes of flash verified
avrdude.exe: safemode: Fuses OK (E:FF, H:C9, L:FF)
avrdude.exe done. Thank you.