This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Omap3 ISP IRQ Question (clear IRQ)

For every incoming image to ISP I get 2 IRQ0. I am wondering why?

I enabled the following IRQs in IRQ0 (ISP_IRQ0ENABLE).

0x82000100 -> HS_VS_IRQ, CBUFF_IRQ and CCDC_VD0_IRQ

But if I read the Status I see for every incoming images 2 IRQs:

800000008 and 1008 (repeating)

As 0x1000 means AF is done I am totally confused. I didn't enable it, and AF is not enabled at all.

At the beginn of the ISR I clear the IRQ by reading status and write it back. So I checked what's in the status-register after write back (clear). I have been surprised to see that writing 0x800000008 into IRQStatus0 and reading Status again gives back this 0x1008.

What does this mean? Is this a bug in ISP block?