Hi
I do NOT know how to read log messages doing run time, is there a terminal window you Can use. I use Windows and have a nrf52840 and write code in segger embedded studio
Hi
I do NOT know how to read log messages doing run time, is there a terminal window you Can use. I use Windows and have a nrf52840 and write code in segger embedded studio
Hi,
You can have a look at this link for Debugging with Real Time Terminal.
OR
You can have a look at this tutorial Getting started with the nRF51 or nRF52 Development Kit. Scroll down till you hit Testing and debugging a BLE service.
Hope this helps!
thanks, but i want to see " __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, "Initializing and adding models\n");"
thanks, but i want to see " __LOG(LOG_SRC_APP, LOG_LEVEL_INFO, "Initializing and adding models\n");"
Hi!
Maybe this case could be helpful?
https://devzone.nordicsemi.com/f/nordic-q-a/30767/mesh-debug-print/121727#121727
Cheers.