Skip to main content
Explorer
August 28, 2024
Solved

LSM6DSV16X FIFO batch data rate

  • August 28, 2024
  • 1 reply
  • 942 views

In high-accuracy ODR mode, can the frequency of writing to the fifo be automatically aligned,

for example 960 to 1000hz

fluchc_0-1724837138350.png

fluchc_1-1724837142546.png

 

 

    This topic has been closed for replies.
    Best answer by Federica Bossi

    Hi @fluchc ,

    The FIFO rate is always aligned to the ODR or its submultiples. If you put 1000 Hz and BATCH_RATE = 960 Hz then BATCH_RATE will also be 1000 Hz. If for example ODR = 1000 Hz and BATCH_RATE is 480 Hz then the real batch_rate is 500 Hz.

    1 reply

    Technical Moderator
    August 29, 2024

    Hi @fluchc ,

    The FIFO rate is always aligned to the ODR or its submultiples. If you put 1000 Hz and BATCH_RATE = 960 Hz then BATCH_RATE will also be 1000 Hz. If for example ODR = 1000 Hz and BATCH_RATE is 480 Hz then the real batch_rate is 500 Hz.

    fluchcAuthor
    Explorer
    August 29, 2024

    thanks