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.

Cache coherence in C6678

Hi,

I used the functions "CACHE_invL1d" and "CACHE_wbL1d" to provide cache coherence between L1d and MSMC.

In the document "DSP cache User guide" i found an example :

CACHE_InvL2(InBuffB, BUFSIZE, CACHE_WAIT);

The second argument is the "byte count", so i must specified it in Bytes, or i specified the buffer size without concideration of data type ?

Sincerly

Youssef