Invoking Functions
To invoke or run a debug function you must type the name of the function and any required parameters in the command window. For example, to run the printf built-in function to print "Hello World," enter the following text in the command window:
>printf ("Hello World\n")
The µVision3 debugger responds by printing the text "Hello World" in the Command page of the Output Window.