• PDATA and XDATA
    If I use PDATA for my Stack. will any of my XDATA overlap? or is Keil smart enough to prevent that? Does it mean the RAM(XDATA) I have is 2048 - 256 for pdata? MCU: AT89C51CC03 Memory Model: Compact...
  • PDATA and XDATA
    If I use PDATA for my Stack. will any of my XDATA overlap? or is Keil smart enough to prevent that? Does it mean the RAM(XDATA) I have is 2048 - 256 for pdata? MCU: AT89C51CC03 Memory Model: Compact...
  • pdata usage
    Hi, I have used the Large data model. On compiling, Keil shows me the data and xdata usage - but not the pdata usage. My hardware has 512 bytes of pdata. Even if I move some data using the...
  • pdata usage
    Hi, I have used the Large data model. On compiling, Keil shows me the data and xdata usage - but not the pdata usage. My hardware has 512 bytes of pdata. Even if I move some data using the...
  • pdata, idata and xdata query
    Hello, I have an 8051 custom processor, this have a memory mapped like this: 16 banks of eeprom external memory of 32kB each one. The page 0 is mapped: 0x0000-0x7FFF. The other ones: 0x8000-0xFFFF...