02-07-2023 03:34 PM
BMI160 has the register 0x54 INT_LATCH <3:0> where you can filter interrupts.
For instance, if having a lot of interrupts, you may set this register to only allow pin interrupt for instance as often as every 640ms (preventing spamming the cpu).
Is this feature gone for BMI270? Do I really have to filter this in CPU?
Solved! Go to Solution.
02-08-2023 04:21 AM
Hi BuzzyBuzz,
BMI270 didn't have temporary setting, when receiving an interrupt, read the interrupt status register to determine which interrupt has occurred.