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 ?