Skip to main content
Visitor II
February 19, 2020
Question

IIS3DWB - Missing details in datasheet?

  • February 19, 2020
  • 1 reply
  • 650 views

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?

    This topic has been closed for replies.

    1 reply

    ST Employee
    February 19, 2020

    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:

    • bit 5 SLEEP_STATUS_ON_INT: Sends to INT pads the sleep status instead of sleep change (only if INT1_SLEEP_CHANGE or INT2_SLEEP_CHANGE bit are enabled).

    Please check if it is working

    Regards