This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

fifo count.

I am a beginner and I am trying to generate a data ready event and after that reading the FIFO_Count but FIFO_Count gives me the value 1024 that is the maximum possible size of FIFO_Buffer. I also reset the FIFO_Buffer but it still gives me the same value i.e. 1024. Please help me. I am stuck here for couple of days. I also google the same problem but didn't get any success. I am using MPU6050 and writing code in C not using any arduino libraries available online. Any help would be highly appreciated.

  • @Rahul Faizu: I assume that you are testing with nRF51 chip. You would need to provide some more information on how you read FIFO_COUNT. Note that you would need to read the FIFO_COUNT_H first before you read FIFO_COUNT_L.

    Have you used our mpu6050.c library ?