Hello, did everyone know how i can locate my const variables in XDATA memory. I want to generate the ?XC? const xdata memory prefix. Example : const xdata char test[]="asdc"; This data should be stored in the xdata memory section, becaus EEProm is mapped there. Therefore the EEProm will be written by a external tool.
Thanks, i think that will help me.