This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART printf vs app_uart_put()

Hi,

I think I already know the answer but just to be sure, there is no difference on using printf (with added retarget library) and the app_uart_put() since printf will use app_uart_put() anyways right?, it seems that printf would simplify my application so if its safe to use it I think I would go with printf.

Thanks!

Related