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

89c51re2

I am using AT89C51RE2 AND KEILuvision4. I am trying to use 8k internal xram. Is their any sample code. How to use the internal XRAM of 89c51re2.

Parents
  • "Is their any sample code."

    Have you looked for any?

    "How to use the internal XRAM of 89c51re2."

    That is entirely down to the 89c51re2 and completely unrelated to whatever language and tools you use.

    The Datasheet for the 89c51re2 will tell you what is necessary.

    The Manuals for the tools that you're using will tell you what facilities they have for accessing SFRs, and the different memory areas of the 8051 architecture.

Reply
  • "Is their any sample code."

    Have you looked for any?

    "How to use the internal XRAM of 89c51re2."

    That is entirely down to the 89c51re2 and completely unrelated to whatever language and tools you use.

    The Datasheet for the 89c51re2 will tell you what is necessary.

    The Manuals for the tools that you're using will tell you what facilities they have for accessing SFRs, and the different memory areas of the 8051 architecture.

Children