Re: [avr-gcc-list] ATMega32 fuse bit problem

2010-09-07 Thread wlewis
Hi.. I was able to revive a completely wacked out atmega32 by the following: KEY - attach a 12mhz xtal (instead of a 16mhz xtal) code for default with jtag disabled: avrdude -p m32 -b 19200 -P COM3 -c avrisp -V -F -e -u -U lock:w:0×3F:m -U lfuse:w:0xe1:m -U hfuse:w:0xd9:m then re-attach your

Re: [avr-gcc-list] ATMega32 fuse bit problem

2010-09-05 Thread wlewis
Hi.. I was able to revive a completely wacked out atmega32 by the following: KEY - attach a 12mhz xtal (instead of a 16mhz xtal) code for default with jtag disabled: avrdude -p m32 -b 19200 -P COM3 -c avrisp -V -F -e -u -U lock:w:0×3F:m -U lfuse:w:0xe1:m -U hfuse:w:0xd9:m then re-attach your