Tool/software:
Hi Team,
We are using TIC12400QDCPRQ1-MSDI as a comparator mode and ADC mode. We could be able to observe the ADC values at the particular pin. But we couldn't be able to implement the pins as a comparator mode. In comparator mode ww couldn't be able to observe the result in IN_STAT_COMP register. It is always zeros.
We have made the below settings,
- IN_EN - enabling the respective pins
- CS_SELECT - For our purpose current sink has been enabled for IN0
- Set the wetting current as 2mA
- Set the comparator threshold as 2V
- Enable the interrupt in INT_EN_COMP1 and INT_EN_COMP2
- in mode register set as comparator mode i.e 0
- enable pooling mode in config and pooling time in CONFIG register
- enable trigger in CONFIG register
- Read the IN_STAT_COMP register for status
But I couldn't observe the changes in IN_STAT_COMP register. 6V is given as input to the pin and comp threshold is set to 2V.
Is there any other register to configured? Why can't I observe changes in IN_STAT_COMP register?