This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 DK Log debug messages (USB-UART)

Hi,

I am using the nrf52 DK (PCA10040) and have a problem with the USB-UART. For some reason I do not see any log messages in the terminal. I started with the "coap server" example project (nrf5 IoT SDK) and enabled the debug log messages (ENABLE_DEBUG_LOG_SUPPORT). Because I did not get any output in the terminal I also tried the ble_app_uart example project (nrf5 SDK v11.0.0) with the same result. In both cases I used the corresponding soft device (i.e. s1xx_iot and s132). To exclude a hardware fault I also tried it with another DK.

But when I am directly connected to RX/TX pins on the nrf52 DK I receive all log messages. Am I missing something? Any idea why I do not get the logs via the USB-UART?

Alex

Related