This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Debug Logger can work without softdevice ?

Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.

i just test, very simple , but cannot get debug log..

int main(void) { app_trace_init(); app_trace_log("===== test message ===\r\n"); }

APP_UART_FLOW_CONTROL_DISABLED of comm_params, or ENABLED, these two cases are tested.

Related