The target log interface file name is cs_io_implementation.c. Performing ‘Export Target Test Code’ will include the target log interface file for each source file.
Using the target log interface’s cs_io_putbyte function, the log is output in char units. Depending on the implementation of the target log interface, the target log can be output in various ways such as Ethernet, UART (Serial), and JTAG.
Depending on the communication method used, appropriate initialization logic must be implemented in the cs_io_initialize function. In particular, if you do not set the baudRate or dataBits settings when using UART, the target log may be displayed incorrectly.
Accurate setup for target testing requires an understanding of the target and software, so you should contact your target development staff.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.