Other Parts Discussed in Thread: SYSCONFIG
Hello,
Could you confirm the following questions?
1.Could you tell us the way to decide the parameters for the buffer size (UART_write()'s argument) and the baud rate?
We're evaluating the UART_write() function with desabling the FIFO feature.
In case the 2nd argument (*buffer) is 200 and the 3rd argument (size) is 100, first few bytes are sent correctly; however, other data are wrong data.
So we would like to know how to decide the parameters for the buffer size and the baud rate.
2.In case UART FIFO is disabled, is "Ring Buffer Size" in the SysCfg parameter valid?
3.In the TRM, we could find that "For example, if the 1/4 option is selected for the receive FIFO, the UART generates a receive interrupt after 4 data bytes are received." in the FIFO Operation chapter.
Is the "4 data bytes" typo?
We think that the FIFO size is 32-byte (32 entry), so 32 * 1/4 = 8 data bytes.
Best Regards,
Nomo