I am trying to remove ISP SBL overflow interrupts from being generated. I am clearing the mask:
isp_reg_and( ISP_IRQ0ENABLE, ~IRQ0ENABLE_OVF_IRQ ) ; But I am still getting the interrupts which eventually will crash our software. This is done after a zoom operation where we reset the ISP. Anybody, please help