Hi, we are facing some strange problem on VDINT1 interrupt. We checked all the CCDC settings and ARM INTC registers: (see following in HEX).
syn_mod = 3000c
CCDCFG = 140
FMTCFG = 4000
PCR = 1
PID = 1fe00
VDINT = 60006
HORZ_INFO = 2c4
VERT_START = 0
VDLINES = 1ec
HSIZE_OFF = 5a0
SDOFST = 0
SDR_ADDR = 870ae000
CLAMP = 10
DCSUB = 0
REC656IF = 0
INTGEN = 0
MDSTAT0= f02
MDSTAT1= 1f03
MERRPR0= 0
MERRPR1= 0
FIQ0= ffffffff
FIQ1= ffffffff
IRQ0= ffffffff
IRQ1= fffffffb
EINT0= 2102
EINT1= 418b
INTCTL= 0
INTPRI0= ffffffff
INTPRI1= ffffffff
INTPRI2= ffffffff
INTPRI3= ffffffff
INTPRI4= ffffffff
INTPRI5= ffffffff
INTPRI6= ffffffff
INTPRI7= ffffffff
The external signals: VD, HD and PCLK look good as expected.
Issue: there is NO interruption generated on VDINT1, which is the one our ISR is registered.
We checked the board, and checked almost everything we could. There is still none.
Therefore, we are posting it here. If you can give us some hint, it will be very much appreciated.