I'm trying to use the P31 pin of the MAX7300 IO Expander as an interrupt output. According to the datasheet, by setting D7=0 and D6 = 1 in the port configuration register, it automatically becomes an active-high interrupt output.
(Port Configuration for P31, P30, P29, P28 => 0b01111111 - 930-P28 are inputs)
However, it seemingly doesn't generate any interrupts upon triggering the other input pins. I've tried to measure it with oscilloscope multiple times, but no signal shows up
(I've checked the oscilloscope settings many times), and when I check in code if the supposed bit is high (1), it doesn't work accordingly.
Any tips on how to solve this, or is there any additional configurations I have to set for this function to work?
Thank you in advance!