This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HD3SS3220: Interruption issues with chips

  • Hi Tony,

    When an interrupt occurs, this register bit will go high and the INT pin will be pulled low. Your application should eventually clear the bit (write 0). This would stop INT from being pulled to GND, but would not in-itself raise the pin. From the datasheet, the INT_N pin is open-drain, and does not have an internal pull up resistor.

    Best,

    Shane