Hi dev,
I thought that you said about the console where captures UART data...
In MQX, the standard formatted I/O library fuctions is overrided by MQX functions (defined in fio.h).
For printf, it is replaced by _io_printf, that will out data at BSP_DEFAULT_IO_CHANNEL (kwikstik-k40x256.h)
All MQX examples should be used in that way (mean include fio.h in the file)
In case the fio.h file is not included in any your files, it may use the standard I/O function but I think Freescale will not warrant it work in that case...
BTW, in the future, if you have question in MQX, you should ask in MQX forum. There may be many MQX guru there and they may have better solutions...
Regards