Hello,
I'm developing an image processing application using Codec Engine. For improving perfomance I think it would be good to use DSP cache. I would like to copy buffer from DDR2 memory to DSP cache, do some processing with this buffer, and return new data to another buffer allocated in DDR memory. As far as I can see BCACHE API is what I need. But I don't quite understand how to use this API for my purposes. What functions and on what sequence do I need to invoke them? Some example codes would be appreciated.
Thanks,
Sergey