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

UART communication problems between nrf52840 DK-borad and nRF9160 DK-board

I tried to debug UART communication between 52840 development board and 9160 development board. I sent 9 bytes of data from 52840 side, but I only received 8 bytes of data on 9160 side. After many tests, I found that 9160 can only receive 8 bytes of data at a time. Later, I used UART to USB connection cable to connect the output pin of 52840 to the PC, and found that the output was really 9 bytes of data. Why can my 9160 only receive 8 bytes of data? the codes and results is like this:

Related