I am using NRF_LOG_INFO to debug. But in my debug terminal It will show only NRF_LOG_INFO that used in main.c only. In another .c file not show NRF_LOG_INFO
I am using NRF_LOG_INFO to debug. But in my debug terminal It will show only NRF_LOG_INFO that used in main.c only. In another .c file not show NRF_LOG_INFO
^^ I solved this problem
Follow this thread here
Im using libuarte so I need to enable in sdk_config.h
#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 1
^^ I solved this problem
Follow this thread here
Im using libuarte so I need to enable in sdk_config.h
#define NRF_LIBUARTE_CONFIG_LOG_ENABLED 1