This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

The problem of using UART to communicate between nRF160 and nRF2833 on nRF Connect SDK.

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.

Related