Hello,
In my design:
- I am using external Vref (approximately 5V) and I coded external Vref condition in Advanced Config. Register outside of the while loop.
- Already coded interrupt mask register such that only IN1 can cause Interrupt issue.
- Again wrote Limit Register ( for high limit = 0xFF and low limit = 0x00 ) at outside of the while loop.
- Also wrote 0x03 inside of the Configuration Register (in order to activate Interrupt pin)
With these information:
- Even if there is 0V or 1V input on the IN1 pin, interrupt occurs. How does this comparison mechanism work and why do I observe this fault ?
Best Regards,
Arın