I have looked into IAR Terminal I/O utility.
In your code, you can have:
printf("Hello World\n");
This will display the message in the Terminal I/O Output window. Of course, you have to have IAR running in Debug mode.
Using the CP2102 would be a stand-alone method of monitoring program progress.
In your code, you can have:
printf("Hello World\n");
This will display the message in the Terminal I/O Output window. Of course, you have to have IAR running in Debug mode.
Using the CP2102 would be a stand-alone method of monitoring program progress.