Hi.
I use MPU9250 & nRF52.
I want to read fifo-buffer for get data of quaternion that made by DMP.
But I couldn't read fifo-buffer well.
I read fifo_count register(0x & x), first time, it's 242,after this,512 all the time.
I think fifo_count is 0, next 22, next 44... increase by 22.
And data in fifo-buffer is almost 0 or 255.
Is it wrong how to read fifo-buffer?
Thanks,