We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
As far as simulation is concerned, it's all just accesses to XDATA, surely...?
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