• GARBAGE DATA IN XDATA VARIABLE
    Dear All, I am getting garbge value, in my xdata variable. I am using c8051f021 controller with internal xdata of 4K.I do not understood why such problem occurs suddenly. Whether this is because...
  • Global xdata variables
    Hi! I have a problem with global xdata variables. In main.c I have the following code to make two global arrays. unsigned int xdata fordonsnummer[100] _at_ 0x000; unsigned int xdata tomvikt[100...
  • Xdata Variables not accessable
    Dear Experts, I am a newbie to Keil and using the PK51 development kit with Rev:9.03 to develop firmware for my CC2430 controller. The problem I am seeing is, when ever I create a large array (ex:...
  • 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...
  • XDATA
    Is it possible to access particular bit in xdata memory space without changig other bits' values (eg using ^).