SLAA126B April 2001 – September 2018 MSP430F149 , MSP430F149 , TLC3544 , TLC3544 , TLC3548 , TLC3548
The EOC/INT pin is a programmable output, which indicates the end of conversion (EOC) or acts as an interrupt (INT) to host processor. When programmed as EOC, the output goes from a high-to-low state at the end of the sampling period and returns to a high state when the conversion process is complete. In other words, EOC indicates that the ADC is busy doing a conversion.
When programmed as INT, the pin goes low after the conversion is complete, and stays low until reset by the falling edge of CS or CSTART. A rising edge on the FS input can also clear INT.
The assembly code for this application report uses the EOC/INT pin to signal the processor that the conversion process has completed. The configuration/channel selection information is transmitted to the ADC as two bytes. The processor then enters a loop that transmits zeros or dummy data until it receives an interrupt from the ADC.