Resolved! H3LIS100DL: prevent interrupting sample to be overwritten/overrun
The H3LIS100DL has no fifo, and the ODR can be set to 400Hz. This would make it update the axes data each 2.5ms. I have programmed it to interrupt a mcu when a threshold is reached. This wakes the micro controller from deep sleep. Unfortunately it ta...