• variable in data segment of external memory are not getting initialized when done with declaration
    when a variable is declared and initialized along with it globally, it should be going to data segment of external memory( as per linker script provided). the variable gets stored at the expected location...
  • variable in data segment of external memory are not getting initialized when done with declaration
    when a variable is declared and initialized along with it globally, it should be going to data segment of external memory( as per linker script provided). the variable gets stored at the expected location...
  • Data Corruption when variables declared as xdata.
    Hi, I'm using Aduc842 controller. Application is developed using keil-uVission2, and the hex file is downloaded using WSD. I'm using hyper terminal (RS232 protocol) for communicating between the controller...
  • Data Corruption when variables declared as xdata.
    Hi, I'm using Aduc842 controller. Application is developed using keil-uVission2, and the hex file is downloaded using WSD. I'm using hyper terminal (RS232 protocol) for communicating between the controller...
  • use local variable(overlayable data segment) in assembly language
    i write a test program, i want to use a local variable in a assembly language. if i use c language,local variable can be overlayable,but use assembly language,it cannot pass. The overlayable segment...