Hi,
I'm working on a C6472 EVM and I would like to disable the cache for a shared region placed in the SL2 RAM, the idea is to share this region among the processor without the need of calling Cache_inv(), Cache_wb, etc, because I don't need the cache for my application, so I would like to improve the performance. I already tried this however it seems that what is being writen by one processor can not be read by the other processor.
Then my question is if by disabling the cache for a shared region means that the cache is skipped and all the data goes directly to the shared memory?
Thanks,
Miguel