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!