This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C1294NCPDT Connecting Analog or ADC Digital Comperator Output internally to a Timer for Calculating number of Pulses of LMT01

Other Parts Discussed in Thread: LMT01

Dear All,

I am experimenting LMT01 temperature sensor that outputs temperature as number of pulses. In the datasheet, an MSP430 application is depicted as:

The output of the sensor is pulses that swings between 0 and 700mV.

The output is fed to the Analog comparator inside msp430 and the output of the analog comperator inside the msp430 is fed to the timer internally to count the number of pulses.

This way you leave the CPU idle and dont use and extra pin. All cpu needs to do is to trigger the LMT01 periodically using another timer.

Is this possible with TM4C1294 using either analog comparator of ADC's digital comperator again without using and external pin.

Kind Regards