Hello
If you are debugging on real hardware you need to connect your board SCI0 connector with one of the PC serial port using a RS232 cable.
Once this is done, you need to configure the Terminal.
- Click right inside of the terminal window
- Select "Configure Connections ..."
- In the "Configure Terminal Connection" dialog set "Default Configuration" to "Serial Port"
- Set "Serial Port" and "Baud Rate" according to your configuration (in the provided termio.c, baud rate is configured
to 9600 Baud.
To go back to our initial question, yes printf will be sent to terminal using SCI0.
If you want to use an alternate serial port, you need to use another serial port on your chip.
Please refer to the microcontroller reference manual to find our address of the other serial port.
If you intend to use another serial port for printf, make sure to connect this SCI with your Host PC serial port.
CrasyCat