Hi, I'm using external board with nRF52832. (SDK 15.0.0)
In my external board, there are no RTS,CTS pin. So I don't use hardware flow control (HWFC).
The problem is, I have to flush tx memory when memory is full but I don't know how to check it.
I rarely use tx memory that flushing every sec or minute seems to waste of power.
How can I know that tx memory is full?