how to operate the 128byte page divided memory up to 1K in c51 like Hynix HMS9xc8032?

how to operate the 128byte page divided memory up to 1K in c51 like Hynix HMS9xc8032?
In HMS9xc8032,the data memory is divided into 8 page(2 SFR page),SFR is also have a little different with standard 8051,but in this web,support a reg52.h header file only.
So,anyone can tell us how to operate the data memory?Best is that someone can offer the source code or application notes.

Thanks and Best Regards!

Parents
  • I think your best bet is to look at the XBANKING memory support. I couldn't figure out from the data sheet if the additional DATA memory is indirectly addressable or not. If it isn't, then you can't use XBANKING--you'll have to figure something out on your own.

    The data sheet was pretty clear on how to switch data pages. Re-read the data sheet and it will be obvious.

    Jon

Reply
  • I think your best bet is to look at the XBANKING memory support. I couldn't figure out from the data sheet if the additional DATA memory is indirectly addressable or not. If it isn't, then you can't use XBANKING--you'll have to figure something out on your own.

    The data sheet was pretty clear on how to switch data pages. Re-read the data sheet and it will be obvious.

    Jon

Children
More questions in this forum