Hi
Is there a possibility to read out the actual RX pointer of the DMA if the amount of chars is not reached?
Start Stop the RX is not really an option and I have no free Timer for PPI function...
https://devzone.nordicsemi.com/f/nordic-q-a/33813/nrf58232-uarte-rx-easydma-pointer
There should be a possibility to read the actual pointer value.
nrf_uarte_rx_amount_get(ext_uart.p_reg); this is returning 0 even if I received some characters. the return value is 10 if I the UARTE received 10+ chars, this is useless!
nrfx_uarte_rx(&ext_uart, ext_uart_rx_dma_buffer, 10);
Regards, Dominik