Hi
I am trying to use VICP ver 3.2. I have a display application so i am calling FVID_create() to create the display channel. Before this I have perform the EDMA3 initialization.
Now the problem is like this, if i call edma3init() and then CIPS_init() the initalizations are happening by after that if I call FVID_create() i am getting an error. To solve this issue i followed the ti blog https://community.ti.com/forums/t/6753.aspx but even after this the problem persists i.e FVID_create() fails. After this i tried something different. I called edma3init() and then FVID_create() it works but now if i call CIPS_init() the initialization fails. On debug i found that it fails in IPrun_init() call inside CIPS_init().
What i feel is that there is some issue with the DMA channels. Can TI help me to resolve the issue ASAP..
Thanks and Regards
Abhishek