• Hitex MX51 Emulator and Texas TAS1020 microcontroller
    I am using uVision2 in conjunction with "Texas TAS1020". I use Hitex x51 emulator and the driver ( http://www.keil.com/download/docs/119.asp ) to debug my program. I would be happy if you could provide...
  • xdata and code segments overlap?
    Where is the xdata stored and where is code stored? The Problem that I am facing is , when I do unsigned char xdata buff[300]; void func() { ........... ..... .. } the results of running...
  • xdata and data segment
    Hello, Could using xdata or ram able to change the behavior of the code in C? I am just wondering when I use xdata i in a for loop (i=0; i<100; i++) compared to data, I would get timing different...
  • 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:...
  • How to access the XDATA
    My external EEPROM (I2C) is AT24C32. In our code the XDATA is about 400Bytes. How to seperate the Code (program) memory and Data memory, how to access the XDATA.