





Currently, I'm using the NRF5340 chip. In my own development board, I'm only powering the chip to test its transmission performance. The example program I'm using is the classic peripheral_uart. Now I've created a string of dummy data, totaling 242 data points, including a header and packet filenames. Here are my current configurations and related code. The current transmission rate is approximately 50-60ms, with a handshake interval of 7.5ms. We hope to achieve a packet transmission speed of 3ms, with the packet filenames cycling continuously between 0-255 without any packet loss. Please help me with this. Thank you.