Hi,
Here is my first project with Stellaris Launchpad. This is a very simple thermometer, that uses the internal temperature sensor of the Stellaris MCU for temperature measuring, and the UART_0 module for sending data to a PC application. The PC application displays the current temperature in °C numerically and graphically (acts as a logger).
Short Description:
In every two seconds the MCU:
measures the temperature with ADC:ADC with 4 Samples and FIFO Depth
Each FIFO with 64X Hardware Sample Averaging
ADC Speed: 250 KS/s
calculates the average and the temperature data in °C:Only