This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6548: R5 Cores Cache coherency

Part Number: AM6548

Hi,

TI RTOS is running on R5F0 and R5F1 cores which are configured to run in Split Mode.

  • Some Data is written into MCU_MSRAM from R5F0 and we are trying to read the same location from R5F1.But the data looks different on both cores.
  • We have a structure in MCU_MSRAM. It is filled partially from R5F0 and from R5F1. After filling data, we memcpy this structure from MCU_MSRAM to DDR from R5F0. After memcpy , on reading the DDR, data written from R5F1 is inconsistent. 

We suspect Cores Cache coherency on  this issue. 

Is there a way to ensures data consistency?

Thanks

Sanjay