USBasp blocking when I try to write fuses
2012-07-03 by Alex Pereira Silva
I'm starting on AVRs and did the recording and it works usually put fusecalculator web applications used and all reported the same value basically took the default and only have disabled the reset pin because I need him sando 8MHz internal oscillator, and no further changes after I send the write command of fuses it blocks the chip and I can not even delete it after that. I tried with all ATmega168 ATMEGA8 and the same thing happened, someone could tell what I'm doing wrong because from what I read in the datasheet I'm not disabling the SPI channel causing the problem. avrdude -c usbasp -p m168 -U flash:w:teste.hex -U lfuse:w:0x62:m -U hfuse:w:0x5f:m -U efuse:w:0xf9:m