This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AT89C51 program on AT89S51

Hello,
I have the problem that I have a program that works on the AT89C51, but not on the AT89S51.
A simple program (blink.c) works on both MC.
AT89C51 with #include <at89c51RC2.h>
AT89S51 with #include <at89x52.h>
Compiler = Keil C version 9.60.7.0
The program for AT89S51

0