dilshan / avr-hv2

AVR High Voltage Programmer 2
MIT License
25 stars 6 forks source link

Support for Attiny 2313a and 4313 #5

Open thecky opened 2 years ago

thecky commented 2 years ago

Hi,

is it possible to add the definitions for the:

to the main-programm?

This both devices support HVPP and I would like to use avr-hv2 with this MCU. The datasheet can be found here: https://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf

Thank you.

W4DJW commented 9 months ago

Hi,

Is it possible to add the definitions for the ATtiny28 L/V to the main-program?

This device supports HVPP and I would like to use the avr-hv2 with this MCU. Looking for the Flash Page size, number of pages and Fuse bit updates. I'm not finding any info in the datasheet.

In addition, is there a way to update Fuse bytes from data I entered in the 'Configuration' tab?

Last thing, the 'Erase Chip' button appears to do nothing with respect to stored values. I can read the flash and get the same results with the chip in the socket or removed from the socket.

The ATtiny28 datasheet can be found here:

https://ww1.microchip.com/downloads/en/DeviceDoc/doc1062.pdf

Thank you.