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

app_uart_get fifo size

Hi,

When the UART is configured to use FIFO , i use the UNUSED_VARIABLE(app_uart_get(rxdata)); to read a buffer from FIFO.

how can i also receive a number of bytes it is get and not just a pointer ?

Thanks.