• 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...
  • 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:...
  • 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:...
  • 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...