Hello Maor, again!
I ended up removing U27 component from LCDK ,as you have suggested,but I still cannot get an interrupt...
I am working on vpif_lcd_loopback example from Starterware (adjusted for
raw capture mode).
My camera header is the LI-M024DUAL which interfaces two Aptinas MT9M024 imaging sensors.
I took a look at the code you attached and the main difference with the code that I am using is the memory management,which I think isn't a critical issue concerning the interrupts from the camera header.
The VpifRx function I use (after two corrections) is the same with yours.I also guess that you use the given SetupIntc function for interrupt configuration concerning the vpif peripheral.
I took a look at the code you attached and the main difference with the code that I am using is the memory management,which I think isn't a critical issue concerning the interrupts from the camera header.
The VpifRx function I use (after two corrections) is the same with yours.I also guess that you use the given SetupIntc function for interrupt configuration concerning the vpif peripheral.
I am attaching my code and I would be grateful for any suggestions on what I am doing wrong.
P.S.
The i2c communication with the camera header is working properly.
As for the camera settings I used the mt9m034.c file from:
https://github.com/Aptina/BeagleBoard-xM/tree/master/MT9M034/Angstrom
https://github.com/Aptina/BeagleBoard-xM/tree/master/MT9M034/Angstrom
Thank you for your help!