Even though the Atmega8 does not have an USB interface an software USB is created.
The software is created by Fischl, its available at :http://www.fischl.de/usbasp/
But this programmer supports only AVR chips and now the Atmega8 microcontroller program is changed to support the AT89S series micros.
You can program the following 89 series chips by using this programmer
AT89S51, AT89S52, AT89S53, AT89S8252, AT89S8253, AT89S2051, AT89S4051 and AVR chips
Programmer Circuit

Basic 8051 ISP circuit
Procedure:
- Download the Hex file into the Atmega8
- Connect the ISP lines to the AT89S series chip
- Don’t forget to connect the crystal & power supply to the AT89S chip
- Connect the hardware to the PC USB
PC Software: progisp172.zip
AVR Code: usb51.zip
If you want to program 89S52 with AVR dude then
Add this text into your avrdude.conf(\winavr\bin\)
my_conf.txt
If you got any doubts to make this programmer just post it here.


Menu
Recent Projects
Recent Blog posts



Flash magic tutorial
Generally people use ISP (In System Programming) when it comes to micro controllers with flash memory.
:pH Yesterday 11:16 AMOne of the basic software for such purpose is FLASH MAGIC .
But every single person who...