I am working on STM32WB55 to read LSMDSOX sensor data. And I have set up an interrupt to occur when FIFO reaches watermark. It all works fine when if my code includes just reading data in a loop.
But when I add calling a fall algorithm task after reading each sample and try to simulate a fall (the rapid moment) causing program not causing interrupt.Any help regarding why interrupt is not set would be of great help.//code int main(void){ /* US...