This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what file created if use xdata

Since using xdata, there is used for external RAM. The program file is hex. then, the part of xdata, where is located?

Parents
  • "But it [the Hex file] does contain the values for initializing those static duration data objects that are defined with initializers."

    Yes, but that is code that the processor has to execute to copy the values from CODE space to XDATA space each time it runs.

    Apart from the special cases already noted, XDATA is not loaded direct from the Hex file.

Reply
  • "But it [the Hex file] does contain the values for initializing those static duration data objects that are defined with initializers."

    Yes, but that is code that the processor has to execute to copy the values from CODE space to XDATA space each time it runs.

    Apart from the special cases already noted, XDATA is not loaded direct from the Hex file.

Children
No data