• 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 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...
  • How to combine CODE and XDATA class segments?
    I am writing in C51 for Cypress EZ-USB device, that has 8KB of flat memory - that is, data and code fetches read the same memory. How can I specify this in complier or linker options? Currently, when...
  • How to combine CODE and XDATA class segments?
    I am writing in C51 for Cypress EZ-USB device, that has 8KB of flat memory - that is, data and code fetches read the same memory. How can I specify this in complier or linker options? Currently, when...
  • TI TAS1020 xdata segment access problem
    I am using Texas Instruments' TAS1020 USB Streaming Audio Microcontroller and I use uVision2. I have defined some variables in xdata segment inorder to pass them as shared data to the functions provided...