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

using XRAM for AT89C51ED2

I am beginner.Can you help me with using XRAM memory in this microcontroler? Can you write mi easy and objective example how write to XRAM and read from XRAM in C language? Or existing any routine with any methods for this operate?Than you very much! Ales

Parents
  • OK. When I use e.g. unsigned char xdata test[1024], so compilation pass OK. When I use e.g. unsigned char xdata test[3000], so compilation pass OK too. But XRAM has max value 1768B or no??. How I know that is OK?? I am sorry, that I have trivial questions, ale I am begginer :-(

Reply
  • OK. When I use e.g. unsigned char xdata test[1024], so compilation pass OK. When I use e.g. unsigned char xdata test[3000], so compilation pass OK too. But XRAM has max value 1768B or no??. How I know that is OK?? I am sorry, that I have trivial questions, ale I am begginer :-(

Children