Hallo everybody, can anybody help me. I want to save Constants on the XRAM. How does this works?
How can I know, at with Adress I can storage my constant?
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.
U by ur self also can specify it by using the absolute address refer to keil user guide volatile and _at_ will help u