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

Keil uV3 support for p89C51RD2FN microcontroller.

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?

Parents
  • 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).

Reply
  • 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).

Children
No data