Hi
Using nRF52DK + SDK17.1 + S112
I have retarget enabled & using printf to output over UART (no DMA)
What's the best way to check if printf is busy outputting data? I want to disable the UART after a print to save power but need to wait until all characters have been transmitted and the UART is empty.
Nick