Dear TI Team,
I have a question about the cable fault.
When a cable fault occurs, I want to use interrupt function using GPIO5 pin.
We've identified the following:
Cable fault understood that the Cable Fault register changes according to the FEQ_STABLE / FREQ_DET_STL / FREQ_LO_THR settings.
We confirmed that there is no setting for Cable Fault in interrupt setting of GPIO setting register.
To use the GPIO5 pin as an interrupt pin in the event of a cable fault, we set the register as shown below.
0x23-> 0x81 setting
0x15-> 0xB1 setting
0x4C-> 0x01 setting
0x0F-> 0x00 setting
Check for cable fault by reading 0x24 register when interrupt occurs
Is there any problem in using GPIO5 pin as interrupt pin when Cable Fault occurs with the above setting?
Thanks.