I am trying to make my previous work with avr-usb bootloadable. For that i needed to change the fuses and the device doesnt work any more.
It is an ATmega32, previous fuses were H: 0xC9 L:0xEF
It uses an external 16 Mhz Crystal.
Now i changed the fuses to H: 0xC9 L:0xE9 to use the biggest boot load section and install bootloaderHID on it.
I used the Fuse Calculator to do this.
I cant flash the device any more.
This is the error message everytime that i try to flash anything.
Code: Select all
avrdude -c usbasp -p atmega32 -U hfuse:w:0xce:m -U lfuse:w:0xe9:m
avrdude: error: programm enable: target doesn't answer. 1
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
It is powered from USB with 5V and the programmer is USB-ASP.
It cant be broken. I did nothing more than change one flag with the Fuses Calculator.
Please, i only have this ATmega32 and for buying other one i have to wait an entire month, to what? burn it again?.