• Preload XDATA in dScope
    My application is split into two parts. Code, and some constant data, that resides in CODE space. Data, that resides in XDATA space. Due to memory constraints this is being built as two separate...
  • Cortex A8 preload engine (PLE) error
    Note: This was originally posted on 24th November 2011 at http://forums.arm.com I have a user-mode Linux application running on a Cortex-A8 (a TI 8148 Davinci chip). I have a shared memory region that...
  • how to program other devices if only I have a device preloaded
    I need help on how to read the uploaded file to a LPC1754 . I have not the source code of the project and I have no hex file but I need to program multiple devices with the same program you loaded this...
  • xdata data stroage
    Hi, I am using AT89C51ED2 Micro controller, I have used "XDATA" for my buffer array, when the program is run , I am not able to get correct output, when the same array is used with "DATA" or "IDATA...
  • 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...