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 all, I have one project in microvision keil2. It is of 89v51rd2 and sst89e516rd2 controller. I am compiling code in keil2, somehow I am finding short of memory while compiling the code as my variable usage exceeds the capacity. So I declared memory model of large i.e variable in XDATA under target option.
I am able to compile the code successfully, but some of my data are code, idata. so I have query whether my variables assigned as code, idata will perform properly even if memory model is XDATA.
Thanks and regards