Hi
I am developing an application on EVM6678 which requires all the 8 cores to update a specific memory location. I tried initially by statically assigning the pointer to that memory location. I observed that the value changed in one core was not updating in the other core.
Later, I tried using the IPC module with Sysbios using ListMP(Shared Memory region 1 in DDR3). The same problem described above was observed again. I even tried the CacheWb with CacheWait to see if there cache coherence was the problem. This too did not have the memory location updating correctly.
Could you please suggest if I am missing anything?
Regards
Srikanth