• Compilation problem for constant variable
    Dear all, in my program i declared some variable as constant. After compilation this program gives me some problem related to above declare variable. Moment i remove constant from those variable...
  • Generate Constant Variables in XDATA
    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...
  • Compilation problem for constant variable
    Dear all, in my program i declared some variable as constant. After compilation this program gives me some problem related to above declare variable. Moment i remove constant from those variable...
  • Generate Constant Variables in XDATA
    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...
  • Modifying the value of variable declared as constant
    Hi, I have declared the constant array for storing the data since I am having a limited RAM in lpc2214 now I want to put in the value in this array how it is possible in Keil UV3 for ARM. I have tried...