Hi
I am experiencing an interesting problem in VICP. I am calling a VICP lib function which is taking two input buffers(Through DMA) and is producing an output buffer. I am also doing some operation on DSP which is also reading( remember just reading not updating) the same two buffres and updating the third buffer.
The VICP and DSP are on the same set of buffers in parallel. My ques is: " Is this possible?" I mean reading the same set of buffers by DSP and VICP is possible or not. I have doubt since my output is not proper in such a case and when i am executing the two sequentially then everything works fine.
Well can anyone have any idea why this strange behaviour is seen?
Do Reply
Thanks and Regards
Abhishek Singh