Uart is initialized in non blocking mode but i need to use blocking transfer in a spacial case: is there any function available for this.
I can not reinitialize nrf_dvr_init for this case.
i need to blocl rt=nrf_drv_uart_tx(&uart_instent_0, data, size); function with some while loop, but i dont know how to read tx empty flag.