Search found 2 matches
- Wed Jan 09, 2019 2:18 pm
- Forum: HV Rescue Shield
- Topic: using re-set PIN on attiny85
- Replies: 2
- Views: 71397
Re: using re-set PIN on attiny85
found my answers....putting here for REF so default... is actually....'Serial program downloading (SPI) enabled; [SPIEN=0] * ON' RSTDISBL fuse is actually, High:0x7F, mixed with the default of SPIEN on....we get High Fuses to 0x5f rather than 0xdf.....as df = default. so in my case...using 5f is fin...
- Tue Jan 08, 2019 2:02 pm
- Forum: HV Rescue Shield
- Topic: using re-set PIN on attiny85
- Replies: 2
- Views: 71397
using re-set PIN on attiny85
Hey Guys, just got my HV shield....as a 'learn to use' step...I want to use the re-set pin on the Attiny85 the fuse CAL tells me I need to set: Low:0XE2 High:0x7F Ext:0xFF I also see this: set High Fuses to 0x5f rather than 0xdf, to set the RSTDISBL fuse. please can I ask your preferred method on yo...