Hi,
You can redirect the printf to serial port by redefining the following functions to use serial port:
int __read_console(__file_handle handle, unsigned char* buffer, size_t * count);
int __write_console(__file_handle handle, unsigned char* buffer, size_t* count);
You can find examples in the CW directory - MCU\CodeWarrior_Examples\Processor_Expert\Kinetis\TWR-K70FN1M
best regards
Petr Hradsky
Processor Expert Support Team