Whenever I call call I2C
I am implementing an Aptina CMOS sensor's AE function, I need to control sensor's exposure time in the vertical blanking time of sensor. So I am in an interrupt service routine triggered by sensor's Vsync (or I should say CCDC's VINT), while inside the routine, I need to send command to sensor by I2C. I guess it's I2C's interrupt hand my system up. Is my guess correct? How to avoid that? Is there others way to do that?