Other Parts Discussed in Thread: IWR6843
-
First, I adjusted the amount of data to a very small size (set the loop to 16) in the code to successfully send the data to the PC. The configuration is shown in Figure 1. Only 32KB of data is sent per frame, and CRC errors occur, as shown in Figure 2. If I increase the amount of data, I only receive a small part of the data, and the rest is not received, as shown in Figure 3. I remember the sending side code is uart_writepolling, which is a blocking send until all data is sent. Could this be because my data receiver's baud rate is only 921600?
-
Why is the receiver side labeled as 'tx*' and not 'rx*', while the sending side sends 'rx*' as shown in Figures 4 and 5?