Hello, All,
When using UART on nRF Connect SDK to communicate between nrf9160DK and nRF2833DK, I found that the data length of a packet sent by the UART on both sides is different.
When using nRF9160 to send, a data packet can reach more than 1K; but when using nRF2833 to send, it is found that a data packet can only send about 250 bytes.
WHY?
Are there any restrictions?
Is it restricted by DMA?
Where is the explanation about this part?
The sending function I use is: "uart_tx()".
Even if I change the value of the macro CONFIG_UART_0_NRF_TX_BUFFER_SIZE, it has no effect.