Hi,
I'm currently working with a ADS7142 and I am trying to get Autonomous Mode with Threshold Monitoring.
I am configuring the device with the following register writes:
| ABORT_SEQUENCE | 0x01 | 
| OPMODE_SEL | 0x06 | 
| AUTO_SEQ_CHEN | 0x03 | 
| OSC_SEL | 0x01 | 
| NCLK_SEL | 0x00 | 
| DATA_BUFFER_OPMODE | 0x06 | 
| ALERT_DWC_EN | 0x01 | 
| ALERT_CHEN | 0x03 | 
| DWC_HTH_CH0_MSB | 0x01 | 
| DWC_LTH_CH0_LSB | 0x2C | 
| DWC_HTH_CH1_MSB | 0x01 | 
| DWC_LTH_CH1_LSB | 0x2C | 
| DWC_HYS_CH0 | 0x0A | 
| DWC_HYS_CH1 | 0x0A | 
| START_SEQUENCE | 0x01 | 
After writing a perform a read back to verify that the device has gotten the correct values, and I read the same values as written above. Additionally, I read SEQUENCE_STATUS to verify that auto sequencing is enabled, and the register is set to 0x0A which, if I read the datasheet correctly, corresponds to auto sequencing enabled, no error.
However, when I alter the input voltage above and below the thresholds, the alert pin never triggers. Is there any configuration I have forgotten or misunderstood?
Thank you,
 
				 
		 
					 
                          