Dear All,
Thanks for your continued support.
I have been trying to get debug terminal to work... I enabled RTT log and disabled UArt in the sdk_config file. I set Debug level to 4. Deferred logging to 0.
static void log_init(void)
{
ret_code_t err_code = NRF_LOG_INIT(NULL);
APP_ERROR_CHECK(err_code);
NRF_LOG_DEFAULT_BACKENDS_INIT();
}
log_init();
NRF_LOG_INFO("Blinky CENTRAL example started.");
NRF_LOG_DEBUG("TESTING");
All i seem to be getting on the Debug Terminal is Blanks.... its like its printing new lines. I can see the cursor move but no data is printing.
please help... thanksss