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.

TMS320F280049C: a bug with SCI_writeCharBlockingFIFO() in the driverlib of sci.h

Part Number: TMS320F280049C

When I am testing the example code with sci module, I see it not runs well. Finially, I see this is introduced by the function of SCI_writeCharBlockingFIFO().

In the below part, it should be 

while(SCI_getTxFIFOStatus(base) >= SCI_FIFO_TX15)
{
}

It seems, we should not operate the FIFO when get 'SCI_FIFO_TX15', not only when 'SCI_FIFO_TX16'.

please check and modify it. Thanks!