board

Fuse restore ATtiny11, ATtiny12, ATtiny13, ATtiny25, ATtiny45, ATtiny85.

Home @


Inspired by Dick Cappel "ATtiny12 fuse restorer" I created a almost same program for programming the ATtiny45 / ATtiny85 fuse bit RSTDISBL.

Schema

Hit for large picture.

Using as many I/O lines as possible on a small AVR like the ATtiny45 / ATtiny85 you need to fuse the RSTDISBL fuse bit. That bit will enable the normal Reset input pin as a (almost) normal I/O line, PB5. But there is a problem doing that, the in circuit programming (ISP) will not be possible any more after burning the fuse. So it is the last thing to do, if you want to reprogram the chip again!!!

To reprogram that fuse bit a special high voltage (12V) AVR programmer is needed, I do not own that kind of programmer. So I found the page of Dick Cappel to do the same for the ATtiny12 chip. I build that one and changed the source for use by the ATtiny45 / ATtiny85. For my wire-print I changed the I/O lines from the ATtiny2313 host cpu and added 3 input to select the default fuse bits, my own most used fuse bits open and closed fuse bits. I also changed the AT90S1200A to the (more recent chip) ATtiny2313 that also need no external crystal (and I have some of the cpu's at home). For the fuse bits I use lFuse = 0x64, hFuse = 0xDF and eFuse=0xFF (it is the chip default, 8MHz internal RC + divide by 8).

For the 12V power adjustment (only a 9V battery is needed) please check the page of Dick Cappel, you only will have to do that once. NOTE that in steps 3 and 8, you must bridge pins 18 and 20, NOT pins 11 and 20 (because we are using an different pin-layout).


Supported AVR models:

Not all the models are tested in real life yet, please report if one of them is working for you (Thanks!!).
If you need some other AVR model, I can check if it easily can be added to the code. If you did add a other type, and are willing to share the code, please send me a email.

The following models are supported.
ATtiny13, ATtiny25, ATtiny45, ATtiny85
ATtiny11, ATtiny12 Not confirmed!


Table-1 : Configuration jumpers
The jumpers can be used to select one of the three possible functions. The jumpers are going to ground and need no pullup resistor. The pin USRP2 is not used on the moment!
X = Connected to ground
- = Not connected
Configuration jumpers
Comment
Fuse bits
USRP1
USRP2
USRP3
 
Low
High
Ext.
X
-
-
Lock the chip.
0xE1
0x5D
0xFF
-
-
-
Unlock the chip.
0xE1
0xDD
0xFF
-
-
X
Erase and factory default fuse bit settings.
0x62
0xDF
0xFF

Software download.
V0.1 at 05/02/2009: First release.
V0.2 at 20/01/2012: Check on chip ID. Only ATtiny13, ATtiny25, ATtiny45, ATtiny85
V0.3 at 25/01/2012: Add chip ATtiny11, ATtiny12 (Not verifeid! Please response if tested, Thanks.)

Download the AVRStudio project Fuse Restore ATtiny45 V0.3.zip.
Download the C source FuseRestore.c.
Download the ATtiny2313 hex file FuseRestore_ATtiny2313_V0.3.hex.
Download the AT90s2313 hex file FuseRestore_AT90s2313_V0.3.hex, you need to add a crystal to the cpu!


Examples.
Examples of other people building the fuse restore programmer.

Ken, K9FV Ken, K9FV. Phil Phil. Dusan YT1DL Dusan, YT1DL. David David, the FlashyLight blog. Victor Victor, the Biker.

If you have a picture of your own build, and want to show it, mail the picture to me and I will put it on the website.
File last modified on Sunday, 16-May-2021 14:12:45 CEST
My BitCoin address: 1MqQWXdaBAmYFNqXnQLd5cxG6KkvLj9LPK
eXTReMe Tracker