Hi,
Is is possible to use printf while using the libuarte library? I am trying to link the nrf_libuarte_async_tx() function to printf but I am unable to make it work. I am working with the libuarte example from the sdk 17 as my baseline.
I know I can use the logger over uart to get printf-like functionality but I use the RTT and require rx as well..
Using NRF52810
Thank you.