simpleavr / old_projects

1 stars 2 forks source link

vusb programmer #1

Open kapil-iitk opened 4 years ago

kapil-iitk commented 4 years ago

Thanks for a nice programmer using attiny 85. I loved this tiny programmer and using it. Just curious, is it possible to use this programmer to program AT89S51/52? If it can be, what changes are required to use it as a 89S5X programmer?

simpleavr commented 4 years ago

It's almost 10 years since I created the project and at least 5+ years since I worked on an AVR mcu. I am mostly onto msp430 micro-controllers now, so I am not able to help you.

My understanding is that the programmer project do reply on a very specific 16.5Mhz clock option that the ATTiny provides. So it is not very likely that you will be able to duplicate the project on an AT89 chip.

On Mon, May 4, 2020 at 7:27 AM Kapil Saraswat notifications@github.com wrote:

Thanks for a nice programmer using attiny 85. I loved this tiny programmer and using it. Just curious, is it possible to use this programmer to program AT89S51/52? If it can be, what changes are required to use it as a 89S5X programmer?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/simpleavr/old_projects/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH7HEWLRWHS4TFLL22ZKD3RP2RBJANCNFSM4MYVPF5A .

kapil-iitk commented 4 years ago

Hi, Thanks for your reply. I think my question confused you. I want to use this attiny85 based programmer to load hex file to 89S52 microcontroller.