Hi,
Currently by default the CONST area is at the end of the program memory, after the code.
Is is possible to move the CONST area to beginning of program memory?
I need this so I can access this constants as XDATA ( CC2430 pamps lower part of code memory to xdata ) since __xdata pointer access is faster than generic access.
Cheers,
Peter