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.

Why use the function "CacheDataCleanBuff(..., ...)" ?

Hi, I have a doubt, in my loop forever there is the function "CacheDataCleanBuff" like in the sample "GRLIB_DEMO", but why use this ? I have two big frames and I need do this every time in my "while (1)" ?
I ask this because I see that my main loop is more slow with this function than without it.
In resume, when and why use this function ?
Thanks in advance.