Skip to main content
ABane.1
Associate II
January 30, 2025
Question

LIS3DH FIFO Full Interrupt

  • January 30, 2025
  • 1 reply
  • 320 views

I need to configure LIS3DH to generate FIFO full interrupt in INT1 pin. Once my MCU gets the hardware interrupt, it will read entire FIFO. And the loop should continue. Can anyone help me what are the correct steps to configure and read FIFO?

Regards,

 

1 reply

Andrew Neil
Super User
January 30, 2025

That should be in the Datasheet - find it on the 'Documentation' tab of the Product Page:

https://www.st.com/en/mems-and-sensors/lis3dh.html#documentation

Also review the other documentation there.

Also look at the 'Tools & Software' tab for code:

https://www.st.com/en/mems-and-sensors/lis3dh.html#tools-software

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.