2021-05-10 02:13 AM
I would like to have an interrupt thank to a threshold. So I have used CFG_REG_C (0x62) to enable interrupt on pin and INT_CTRL_REG to configure it (see screenshot). However, the interrupt is never trigger, so I have readen INT_SOURCE_REG each 500 ms, and we can see that there is interrupt (last bit) and the threshold is exceeded on differents axes, but I have never had interrupt on pin.
Solved! Go to Solution.
2021-05-11 04:58 AM
2021-05-10 08:16 AM
Hi @CSo.1 ,
Could you check your code with the one available on Github for the LIS2MDL?
I suggest you -in particular- the following ones:
Please let me know the output of your tests.
-Eleon
2021-05-11 04:58 AM
2021-05-11 07:08 AM
Hi Cassandre @CSo.1 ,
glad to see you solved your issue!
Thanks for sharing your solution.
-Eleon