I'm sending slave addresses to the ARM-Linux master using a MessageQ and need to read the data at that address. These addresses are not in a SharedRegion. ProcMgr_read() appears to require the the address be mapped, but it's not clear how ProcMgr_map works. Can someone provide some documentation or sample code to do this?
ProcMgr_map(proc, ProcMgr_AddrType_MasterPhys, &addrInfo, ProcMgr_AddrType_SlavePhys) returns ProcMgr_S_SUCCESS, but addrInfo.addr[ProcMgr_AddrType_MasterPhys] is 0xFFFFFFFF.
Thanks