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

How can I save Constants

Hallo everybody,

can anybody help me. I want to save Constants on the XRAM. How does this works?

Parents
  • How can I know, at with Adress I can storage my constant?

    In most cases, the linker does this for you and you do not need to worry about it.

    Where the linker put what can be found in the linker listing file (*.m51).

    If you need to place the constant at a particular address, refer to the linker documentation on how to do it.

Reply
  • How can I know, at with Adress I can storage my constant?

    In most cases, the linker does this for you and you do not need to worry about it.

    Where the linker put what can be found in the linker listing file (*.m51).

    If you need to place the constant at a particular address, refer to the linker documentation on how to do it.

Children
No data