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 XC161CJ. I defined a variable in one assembly module. Then how to specify DPP register for it in another C module? like following extern int myVar; myVar = 1234; My goal is to assign DPP0 for this variable. Thanks a lot.