I am specifying some absolute addressed variables in the XDATA space using the _at_ keyword. I am pretty sure not more than 1 variable accesses the same location. I am able to compile my project, however, I get this L6:XDATA SPACE MEMORY OVERLAP warning. It does not specify where the overlap occurs, and I'm not sure if this is a huge problem or not. Help?
I was defining it in the header file... I redefined it in the actual .c file, and that fixed most of the problems. Thanks