Search found 5 matches

by matthewbeckler
Tue Dec 21, 2010 1:45 pm
Forum: HV Rescue Shield
Topic: Re: AVR HV Rescue Shield Support
Replies: 12
Views: 52127

Re: AVR HV Rescue Shield Support

I'm very impressed by the investigation you've done into this issue. Glad that I'm the 'lucky' one to uncover the weird behavior. :- ) Thanks for the temporary, "hacky" fix, I'll give it a shot tonight and post my results. Don't worry about spending time over the holiday, we've all got hol...
by matthewbeckler
Sat Dec 18, 2010 8:46 am
Forum: HV Rescue Shield
Topic: Re: AVR HV Rescue Shield Support
Replies: 12
Views: 52127

Re: AVR HV Rescue Shield Support

Jeff, thanks for the update. I only have one dip tiny13, the others are soic on my pcbs, and have too much other stuff on the circuit to work with HVSP. Yes, I did have debug mode enabled, while trying to figure out what was going wrong. I think I have a tiny24 or 44 lying around that I'll try later...
by matthewbeckler
Thu Dec 16, 2010 5:22 pm
Forum: HV Rescue Shield
Topic: Re: AVR HV Rescue Shield Support
Replies: 12
Views: 52127

Re: AVR HV Rescue Shield Support

Also, I had trouble compiling when I changed to non-interactive mode by setting #define INTERACTIVE 0 . I think the issue is related to the curly brace on line 336 interacting (overlapping?) with the #if (INTERACTIVE == 1) block. Currently: else { // ATtiny2313: if I don't strobe OE here, the first ...
by matthewbeckler
Thu Dec 16, 2010 5:10 pm
Forum: HV Rescue Shield
Topic: Re: AVR HV Rescue Shield Support
Replies: 12
Views: 52127

Re: AVR HV Rescue Shield Support

Hi Jeff, Just received my HV rescue shield 2.0 in the mail today, and soldered it up. I haven't bricked any AVRs yet, so I thought I'd try setting the fuses on an attiny13 I had lying around. I used interactive mode, and here is a short snippet of my serial session: Select mode: 1: ATmega (28-pin) 2...
by matthewbeckler
Sun Aug 01, 2010 3:51 pm
Forum: HV Rescue Shield
Topic: Looking for feedback...
Replies: 26
Views: 289661

Re: Looking for feedback...

Hey Jeff, I'm working on a handful of projects based on the tiny13a, which has only 6 IO pins, so I really need to use them all, including the reset pin. I've read that if I change the config fuses to use the reset pin as an IO pin, then I'll be unable to use my usbtinyISP programmer to reprogram th...