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.

TMS570LS3137

I can configure the SCI/LIN for UART working well for TX multi buffer mode. However in RX, due the buffer sized, it can only trigger interrupt after the buffer size bytes are received. If the stream size is not exact certain number times the buffer bytes(for eample, buffer size =8 bytes, stream size=12 bytes), there is no interrupt for the last 4 bytes since it is full buffer frame yet. If there any way to handle it? or we can only use single buffer mode.