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
  • So, my test with XRAM is functional on example code (Keil\C51\Examples\FarMemory\3 XData Areas on T89C51RD2), but why I can use only max 1024B XRAM in this example? I look on datascheed and there is any AUXR register which this max value change, but I dont know use it in example. Can you help me how change on max value XRAM (1792B)? Thank you very much!

Reply
  • So, my test with XRAM is functional on example code (Keil\C51\Examples\FarMemory\3 XData Areas on T89C51RD2), but why I can use only max 1024B XRAM in this example? I look on datascheed and there is any AUXR register which this max value change, but I dont know use it in example. Can you help me how change on max value XRAM (1792B)? Thank you very much!

Children