Hi, Is there a seqeunce of commands to be followed while changing the interrupt assgined to an interrupt channel during runtime without resetting the BMI160? For eg, I have High-G Interrupt configured on the INT-1 pin. When a condition is hit in my code, I would configure Low-G Interrupt to INT-1 pin. Is calling bmi160_set_int_config with the updated bmi160_int_setting structure enough? If I enable a latch on the High-G Interrupt and then configure INT-1 to Low-G interrupt, will the latch be cleared? Is the same behaviour expected for the interrupts on the BMI270? Thanks
... View more