Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

How can I check printf's buffer?

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

Related