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

Absolute address - converting from CARM to RealView

Help:

It is not possible to locate variables to absolute memory addresses. Instead assign the objects to specific memory areas or use pointer constants for memory access.

CARM:
int const MyVal __at 0x81000000 = 0x123;

RealView
How ?