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!