Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


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

help

I am using ucontroller p89v51RD2FN.

plz help me i got an error msg c318

so what is the solution

thanx

Parents Reply Children
  • But the first match in Google will point to
    http://www.keil.com/dd/docs/c51/philips/p89v51rx2.h
    and using Google should require slightly less creativity than to scan the Keil web pages and notice the Search field in the upper right corner.

  • DON'T SHOUT!

    For a start, where did you get your Keil from in the first place?
    If it's old, have you tried updating it?

    For each supported chip, Keil provides a page in their Device Database which describes that chip - including, among other things, their header file for it:

    http://www.keil.com/dd/chip/3711.htm

    Note that you could have found this by simply putting "P89V51Rx2.H" into the 'Search' box at the top-right of every page on this site.

    The header file is just a standaed 'C' header file - it doesn't need any special "installation".

    You will, of course, have to put it somewhere where the compiler will be looking to find it; the C51 manual describes how the compiler searches for include files - and how you can specify additional locations for it to search...