I am using the nrfx_uart and need to disable the receiption. I call nrfx_uart_rx_disable.
When done once, the receiption is not working anymore, even when I call nrfx_uart_rx_enable.
What is wring here?
I am using the nrfx_uart and need to disable the receiption. I call nrfx_uart_rx_disable.
When done once, the receiption is not working anymore, even when I call nrfx_uart_rx_enable.
What is wring here?
Can you try calling nrf_drv_uart_rx()/nrfx_uarte_rx() after nrfx_uart_rx_enable()?
Kenneth
Can you try calling nrf_drv_uart_rx()/nrfx_uarte_rx() after nrfx_uart_rx_enable()?
Kenneth