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.
hi all iam working on cygnal mcus.i would like to make my code as compact as possible . iam performing memory operations , presently iam writing to external memory. but i would like to use pdata , could you please tellme how to write to pdata locations ,can i directly assign pointer to pdata will it work.? regards john e
Have you looked up the pdata keyword in the C51 Manual? It works exactly the same as the data, idata, xdata, and code keywords!