I recently had to re-install Windows XP, which also meant I had to reinstall Code Composer Studio Version: 4.1.2.00027. Since my re-install, sprintf() has acted strangely. this instruction "sprintf(strMSG, "%0.1f C\0", fTemp);" constructs "0.1f C". Similarly, sprintf() will work just fine until I add the format characters. I made sure the include path is correct, and I also enabled "-pdsw225".
I am most likely having a case of mental constipation, but, can anyone point me in the right direction?
Thanks,