IIS2DH: Is it possible to use INT2 pin for FIFO OVERRUN (stream mode)?
I am trying to use INT2 pin for FIFO overrun in stream mode because I am dumb and have ONLY connected INT2 to my MCU. INT1 is NC. Trying to avoid a new board.
The datasheet seems to contradict itself but I expect I am missing something. I have tried all combinations of these three register bits:
- CTRL_REG3[I1_OVERRUN] enables FIFO overrun on INT1
- CTRL_REG6[I2_INT1] states "Interrupt 1 function enable on INT2 pin."
- FIFO_CTRL_REG[TR] "1: trigger event allows triggering signal on INT2"
I would have thought setting these bits would achieve my goal but it doesn't seem to. Is this component able to trigger FIFO overrun interrupt on pin INT2?
Many thanks.
