Please tell me how to clear FIFO_OVERFLOW_INT in register of int_status (0x3A) when I use MPU9250 for get quaternion from DMP through I2C.
I’m developing an application for nRF52 and MPU9250.
I want to write code that can get quaternion from fifo-buffer through I2C.
But now, int_status is 0x13 every time when reading fifo-buffer at my program.
So int_status is 0x13, FIFO_OVERFLOW_INT is 1.
I think it is abnormal, because fifo-buffer is overflow forever.