I'm using the ST iis3dwb mems accelerometer and I'm trying to configure it to use the internal FIFO and generate the interrupt lines INT1 or INT2, but they aren't firing. What am I doing wrong?
I'm using the STM32-F446RE Nucleo board. I am using PB1 and PB2 to trigger on the iis3dwb interrupts; PB1 and PB2 are setup as GPIO_EXTI1 and GPIO_EXTI2 respectively. These interrupts work as I have a breakpoint in the interrupt handler's and can tri...