Tool/software:
Hello team,
Currently my customer is using LMK5B33414 on their board. There is a test case that the input will be disconnected and the interrupt will be generated by device and report to the GPIO.
In this case, when the input of the DPLL is invalid, the LOFL_DPLL and LOPL_DPLL interrupt is reported by register, GPIO is set to high as expected. And when we clear the interrupt(set the 0x31 INT_CLR to 1), the GPIO is still high and register is still reporting interrupt.
This observation is expected in my understanding, since the input is still invalid when we clear the interrupt. And the LOFL_DPLL and LOPL_DPLL is triggered by event. Is there a method to configure these 2 interrupt to rising edge trigger? Like only when the DPLL input is change from the valid to invalid, the interrupt is reported to the GPIO and register?
Thanks!
Regards,
Qiang