• Does Keil simulator fix pdata on on-chip XRAM page 0 if on-chip XRAM MCU present?
    I build a C51 program and want to show someone else how the pdata variable is stores in C51. The result seemed there exit some problem. I found if I select non on-chip XRAM such as Philips P89C51, the...
  • Does Keil simulator fix pdata on on-chip XRAM page 0 if on-chip XRAM MCU present?
    I build a C51 program and want to show someone else how the pdata variable is stores in C51. The result seemed there exit some problem. I found if I select non on-chip XRAM such as Philips P89C51, the...
  • Difference and significance between on chip RAM & on-chip XRAM
    What is the exact difference between On-Chip RAM & On-Chip XRAM ? Is the means XRAM means only extended RAM? What is the significance of both?
  • Difference and significance between on chip RAM & on-chip XRAM
    What is the exact difference between On-Chip RAM & On-Chip XRAM ? Is the means XRAM means only extended RAM? What is the significance of both?
  • On chip XRAM confusion
    So let me see if I have this straight. To use the 2Kbytes On chip XRAM (accessed as XDATA memory space) on a ADuC831, I need to 1) Copy START_AD.A51 into my project folder 2) Add this file to my project...