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.
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...