Please give me a professor. In the nRF 52832 sample project, there is an NRF_LOG_INFO function, is this the ability to output a debug string to the UART? If so, how can I make it work?
Please give me a professor. In the nRF 52832 sample project, there is an NRF_LOG_INFO function, is this the ability to output a debug string to the UART? If so, how can I make it work?
Yes, this is for output debug strings over UART or RTT. See this answer about how to enable the logging module.
Thank you very much.