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 ?

Parents
  • I found it...

    You must set this things in Project Workspace window.

    Help-Contents-RealView-Embedded Programs-Specify Memory Areas

    Notice:
    This feature is not available in the Evaluation Version of the RealView Microcontroller Development Kit.

Reply
  • I found it...

    You must set this things in Project Workspace window.

    Help-Contents-RealView-Embedded Programs-Specify Memory Areas

    Notice:
    This feature is not available in the Evaluation Version of the RealView Microcontroller Development Kit.

Children
No data