Tool/software:
Hi experts,
My client has the following application: Use the maximum baud rate of SCI to send data (LSPCLK/16 = 7.5mbps). The client will use 2 high-speed UART interfaces, 1 low-speed UART to receive 100 bytes of data per second, and one high-speed UART to receive about 7.125mbps of data. In the application, these data will be packaged and timestamped by a timer. Then they will be sent out through the high-speed UART serial port at a rate of 7.5mbps. It is known that the size of the data packet to be sent is about 7.125mbps. Will this work? Because I found that our SCI does not have DMA, only fifo. Can this fifo be used and can it be implemented in this application?