Tool/software:
Hello,
Let me confirm about below.
* According to datasheet, user can use "interrupt function" by using address 0x11[1]("Interrupt Enable" bitfield).
However, I have following question.
Q1, After enabling "interrupt function", I would like to status of internal interrupt condition to externally.
To realize this function, user should set address 0x11[0]("Interrupt Output Enable" bitfield), but I saw following description in bitfield "description".
"Enable active low interrupt events via the INTR/PWERDN pin by configuring the INTR/PWRDN pin as an output( for ENHANCED mode)"
Can we set "INT" pin (21 pin) as output by setting above register even if we use "basic mode" ?
Q2, If we do not set address 0x11[0] with setting address 0x11[1], how "interrupt function" work ?
Because, in default, "INT" pin is set as "INPUT".
When 0x11[0] = "0" with 0x11[1] = "1", the condition looks "Accept external interrupt(Ex from micon or etc)".
However, If this device accepts external interrupt, I'm not sure how this device works.
So, I asked about above.
Could you confirm about above two ?
Best Regards,