Hi,
I am using app_uart library with Tx and Rx FiFo. I want to check how much space is available in the Tx FiFo at any time, and similarly how much space is filled in the Rx FiFo. Does anyone know if that is possible and how. Apparently the app_uart library does not provide any API for this purpose.
Thanks