Hi,
I am attempting to use the Proc_Mgr module in syslink for reading and writing of shared memory areas. I am Opening a proc handle, attaching to it, and then trying to write our code text to L1D(0x10f0 0000) Ram. I'm running into two problems with this. One, I sometimes get the error that this address is not mapped. Do I have to do something to manually map the address spaces? Two, ProcMgr_write and ProcMgr_read are returning large numbers (For example: 695308,-1090672432) that I am not expecting and don't see explained in the doxygen anywhere.
Thanks