Hi, I'm try to implement a temperature logger by using LM4F232H5QD.
I followed the tutorial and sample code, I can successfully read the values from the external temperature sensor.
But when I want to convert the data type from "unsigned long" to "char" by using sprintf(), the operation will just stop.
May I ask whats wrong with my code?
(Please visit the site to view this file)