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.

IPC Notify - SharedRegion cache line size configuration

Hello everyone,

Still on the subject of Notify with C6678.
Our cache configuration is as follow : L1 full cache, L2 full SRAM (no cache)

We use the DriverCirc driver forNotify.
We configure the SharedRegion entry 0 for IPC. It is put in MSMC RAM.

Should we use a cache line size of 64 (cache line size of L1D) or 128 (default) ?

On the documentation of the DriverShm (not the one we use) it is written "This driver supports caching and currently expects a cache line size of 128 Bytes"
is it the same cache line size setting as the one of the SharedRegion ?

Does the DriverCirc also expects a cache line size of 128 bytes ?

Thank you
Clement