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

NRF91 - Overrun Issue + Buffer size limit

Hi, 

Working with Uart + DMA on the nrf91 board, we see two issues:

1. With baudrate of  115200, we get an overrun error after getting ~6KB of data. 

2. Sometimes we do not see an get an UART_RX_RDY Interrupt after timeout. 

please note that I disable and enable uart__rx multiple times in my code.

Thanks and BR,

Moshe

Parents Reply
  • [00:00:14.056,060] <wrn> Uir: uart_rx_enable(dev_uart, buf, len, 500)
    [00:00:14.085,479] <inf> Uir: UART_RX_BUF_REQUEST
    [00:00:17.340,698] <inf> Uir: UART_RX_RDY: 80
    [00:00:17.389,404] <inf> app: UIR Recv
    fe fe fe fe 68 aa aa aa  aa aa aa 68 11 04 34 37 |....h... ...h..47
    33 37 b6 16 fe fe fe fe  68 aa aa aa aa aa aa 68 |37...... h......h
    11 04 34 37 33 37 b6 16  fe fe fe fe 68 aa aa aa |..4737.. ....h...
    aa aa aa 68 11 04 34 37  33 37 b6 16 fe fe fe fe |...h..47 37......
    68 aa aa aa aa aa aa 68  11 04 34 37 33 37 b6 16 |h......h ..4737..

    Start: [00:00:14.056,060]

    UART_RX_RDY: [00:00:17.340,698]

Children
Related