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

scanf with NRF_LOG_INFO

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?

Parents Reply Children
No Data
Related