More than likely, you have a pointer error, and are calling _vputs with an invalid pointer. Step through the code in VTI and see where it is getting called incorrectly. > Can anyone tell me what is wrong with this app code? > > Instead of displaying the text to the screen with vputs, it just displays garbage.