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

can i use concurrently uart rx interrupt and nrf_log_info?

hi

i'm developing to nrf52832, sdk14.0 version.

for example, ble_app_uart project..

NRF_LOG_INFO("UART Start!"); printf("UART Start!");

-> In serial program, outputting is printf("UART Start!");

NRF_LOG_INFO is not print.

I want to use NRF_LOG_INFO to TX, and use to rx interrupt.

Because nordic example project is mostly composed to NRF_LOG_INFO. and i need to rx interrupt function.

Help please.

Related