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

Delay between nrf_drv_uart_rx_abort (sends NRF_UARTE_TASK_STOPRX) to enter to event handler.

Hi.

I work with PCA10040 and SKD_14.2. 

I use UARTE with easy DMA.
I see big enough delay between sending nrf_drv_uart_rx_abort and entering to UART event hanler. What is the latency should be in this case?

Thanks.

Parents Reply
  • Vadym, 

    VadymS said:
    NRF driver inserts significant delay to the interrupt handler latency

    You are right that nrf drivers do insert some delay, but if it is significant or not depends on each use case. If someone is developing an application that has serious constraints on servicing the interrupt as fast as possible, then you could always strip away the features in that driver that you do not need and hence make the ISR smaller.  

Children
No Data
Related