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