nickgammon/arduino_sketches

Can we program 8051 based MCU with these?

HTerminal opened this issue · 2 comments

Hello @nickgammon Sir

Can we use these codes to program 8051 based microcontrollers too?

No.

Probably Yes, you can program 8051 microcontroller (if they support SPI programming such as at89s52) by adopting following 2 changes,

  1. Add the signature of the microcontroller
  2. By inverting the reset line (see the data sheet of 8051 microcontroller)

(Looking forward to Nick Gammon for the suggestion)