2020-02-19 01:04 AM
When configuring function routing on INT1/INT2 register (MD1_CFG/MD2_CFG), there is a note that says; "Activity/Inactivity interrupt mode (sleep change or sleep status) depends on the SLEEP_STATUS_ON_INT bit in SLOPE_EN (56h) register.
But the SLOPE_EN register only have one bit in the driver library which is "SLOPE_FDS". Where is the SLEEP_STATUS_ON_INT bit?
2020-02-19 01:44 AM
Hi @TResell , you are right. I internally checked and basically the SLEEP_STATUS_ON_INT is the bit5 of SLOPE_EN (56h) register. This is the bit value:
Please check if it is working
Regards