??? 06/04/08 11:01 Read: times |
#155477 - Why not read Atmel's app notes. Responding to: ???'s previous message |
The Atmel STK500 is designed for AVR chips. However it also programs the AT89S52 chip since this uses a similar SPI sequence to AVRs.
Atmel has published several AVR programmers. It has also published the protocol to communicate with the STK500. As an inspired guess, your programmer hardware will behave in a similar way to the STK500 hardware. So download and install "avrdude" the GNU programming software. Tell avrdude that you have an AT89S52 and a STK500 and see if it works. David. |