• Constant variable
    I have declared around 15 variables as, code constant float var1 = 1.0; code constant float var2 = 3.5; . . . . when i see my file.m51 the file is showing these variables are located in xdata...
  • Constant variable
    I have declared around 15 variables as, code constant float var1 = 1.0; code constant float var2 = 3.5; . . . . when i see my file.m51 the file is showing these variables are located in xdata...
  • 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...
  • 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...