Can we program 8051 based MCU with these?
HTerminal opened this issue · 2 comments
HTerminal commented
Hello @nickgammon Sir
Can we use these codes to program 8051 based microcontrollers too?
nickgammon commented
No.
kapil-iitk commented
Probably Yes, you can program 8051 microcontroller (if they support SPI programming such as at89s52) by adopting following 2 changes,
- Add the signature of the microcontroller
- By inverting the reset line (see the data sheet of 8051 microcontroller)
(Looking forward to Nick Gammon for the suggestion)