Hi All,
We are using TMS570 processor in aerospace application. We need to perform thermal test on the processor. We are planning to perform thermal test on the TMS570 USB kit as it is having temperature sensor. I need to write small application which sends the most significant 8 bits of the on-board thermocouple input connected to ADSIN8 on the SPI. I have gone through the demo code that is provided with the USB kit. I am using the same ADC code that is available in the USB kit with few updates (removing SCI part). My understanding is that adc_data structure in the Temp_Sensor_demo() function holds the 8bit value. Is that correct ?
And also I would like to know the temperature calculation. Like for say ..25deg Outside temperature - > what is Equivalent Voltage - > what is Equivalent 12 bit value given by ADC.
Please let me know.
Thanks in advance.