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

xBanking file for 89S8252/8253

Hello. Does anybody have a modified xBanking file for 89S8252/8253?
I'm trying to use FAR memory in my project for ATMEL 89S8252. I take a example from "\Keil\Examples\FarMemory\E2PROM on T89C51RD2" change it for 8252. Then I create a huge array (250 bytes) in far memory and starting simulation, D V:0 comand show only half of it (32 bytes of my data, then 32 bytes of FF, then again data and so on). In the hardware it working in this way, also. But if I put my array in the original example project everything is fine. So I thing the problem is in xBanking file, which, as I think, must be diffirent for diffirent devices. I'm currently to dumb to make such file by myself, so if someone share it, it will be great...