This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28335: why printf affect serial port of microcontroller?

Part Number: TMS320F28335

Tool/software: Code Composer Studio

I am debugging the software on F28335 using CCS 8.0 with XDS100V2.

The problem I found is  that the bits, RXERROR, RXRDY, FE, OE are all set to '1' in SCIB's register  SCIRXST after  function "printf" is called. How could this happen?

I can see the message sent from printf  in CCS's console, while SCIB is set to 38400 baud rate for serial communication in my program. thanks for help.