We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello! Does Keil uV3 support for p89C51RD2xx microcontrollers? I am unable to see the header file in include folder. Should the header file look like this? #include<p89C51xD2.H> Where can i download this header file from?
Both devices have the majority of registers the same (name and address). Atmel has also a few more registers due to more peripherals.
It could be that even using the Atmel header would generate the same code (if you have used only the registers which exist in both devices).
Anyway you should use the right header and check if it still hangs (the reason is probably somewhere else).