Hi all,
I want to trigger the interrupt pin (INTRQ)
I tried to achieve this by using the manual interrupt, using the following sequence for I2C address 0x42:
- Enter Interrupt sub map register space [Write 0x20 to Addr 0x0E]
- Set Interrupt configuration 1 (active low, manual intr enabled, active until cleared) [Write 0xD5 to Addr 0x40]
- Set Interrupt mask 2 to unmasks manual interrupt [Write 0x80 to Addr 0x48]
- Clear interrupt status for manual interrupt [Write 0x80 to Addr 0x47]
So as you can see, the manual interrupt is successfully triggered based on interrupt status register (Addr 0x46).
However, there is no change in signal at INTRQ pin. It remains HIGH (1) all the time from the start of the sequence until the end.
Hope someone can help me on this matter. Thanks in advance!
removed some info
[edited by: AdamHamidon at 1:50 AM (GMT -4) on 28 Sep 2020]