This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 Serial UART buffer size problem

Hi all,

I'm testing serial_uartes example (from SDK v.15.3.0) on nRF52840 in order to adapt it to my own project.

I need to receive and send large amount of data (up to 512 bytes) through UART, so I have tried to increase the variables 

SERIAL_FIFO_TX_SIZE 128

and


SERIAL_FIFO_RX_SIZE 128

But, when I try to receive more than 64 bytes of data, the serial terminal show me unexpected behaviors, like show random characters, etc.

Why does this happen and how can I receive (and send) more than 64 bytes by serial port?

Thank you in advance.

Manuel Montenegro

Parents Reply Children
Related