Re: Program AVRs, EEPROMs w/ AVRDude and BP
Reply #15 –
There is also an STK500v2 compatible AVR programmer for the Bus Pirate. It should work with AVRDUDE. I used it to program the card during development.
30khz is the slowest hardware SPI speed, but we can drop it further by using the raw3wire (software SPI) mode instead of the hardware mode. I'll also look at the datasheet to see if I can change the clock source to the HW module to get a lower speed.
While you're in the AVRDude code, do you think it would be possible to add HVP/fuse setting to the the Bus Pirate support in AVRDude? I designed a 13volt power supply adapter to program PICs, it also has a 6pin ISP header for AVR with full control of the RESET pin (13V/H/L).