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