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

Simulator support for on-chip XRAM

I have an 8032 based mC with on-chip XRAM that can be enabled/disabled through an SFR. When enabled, accesses to the first 256 of external memory (bank-0) refer to the on-chip XRAM. Does the simulator support this feature?

Parents
  • Whereas with real H/W on-chip XRAM and XRAM are two physically different memories, the simulator treats them as one thus overwriting one's contents with the other's.

    Normally you wouldn't bother about it, however, I am developing a test exercising the on-chip XRAM and I would like to make the simulator behave like the real H/W.

    Thanks

Reply
  • Whereas with real H/W on-chip XRAM and XRAM are two physically different memories, the simulator treats them as one thus overwriting one's contents with the other's.

    Normally you wouldn't bother about it, however, I am developing a test exercising the on-chip XRAM and I would like to make the simulator behave like the real H/W.

    Thanks

Children
No data