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

Saving in 8051 IDATA starting from 92H

Hello,

I have the following line of code which I need to store in the IDATA memory starting from 92H.

char code *text_to_compare = "Tesing";

How can I achieve this please?

Parents
  • It isn't obvious if you are talking about the pointer or the character array.

    But did you start by going to the reference, i.e. looking at the manual? Or did you consider Google?

    Trying Google with "keil c51 placing variable in idata" seems to be a rather good start...

Reply
  • It isn't obvious if you are talking about the pointer or the character array.

    But did you start by going to the reference, i.e. looking at the manual? Or did you consider Google?

    Trying Google with "keil c51 placing variable in idata" seems to be a rather good start...

Children