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.

AM2432: Uart Polling Bug

Part Number: AM2432

Tool/software:

Hi TI Experts,

Customer finds a bug in SDK9.2 in Uart Polling section.

As you could see from the function UART_fifoRead below, the while loop condition is using readSizeRemaining, however, only the tempReadSizeRemaining is getting less in each cycle. This means that tempReadSizeRemaining will be very likely overflow in this while loop, we think we need use tempReadSizeRemaining in the while loop condition, not the readSizeRemaining.

Could you help double check this problem and fix it in the next SDK release please?

Thanks,

Kevin