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.