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 am using AT89C5131 uC with hardwaired external 32K RAM from address 0x0000 to 0x07fff. I am able to read/write OnChip 1K RAM and External connected RAM by toggling EXTRAM Bit in AUXR register.
I wanted to declare huge amount of varaiables in both the RAMs for my static arrays by using -at- keyword. How can I do this in ERAM?
Steve; I'm not familar with your device and it's addressing modes. If you are accessing the memory with instructions that will decode to the MOVX instruction, I suggest that you look at the absolute accessing macros defined in the absacc.h include file. Search the User's Guide for absacc.h. Bradford