Hello.
I have a project that use the NRF_LOG_INFO for printing messages, and it is work O.K.
Now I add a part that need also to get parameters from the terminal.
I can't make uart_init when the NRF_LOG_INFO is working because it has conflict with the uart in the sdk_config.
So how can I use function like scanf when I to print the NRF_LOG_INFO on the some terminal?