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

Unable to view RTT or UART logs with ble_app_buttonless_dfu_pca10040_s132

OS: Ubuntu 19.04

SES: V4.42

Target Hardware: NRF52 DK

SDK Version: 16.0.0

Steps to reproduce:

Update SDK config on application to
NRF_LOG_BACKEND_RTT_ENABLED 1
NRF_LOG_BACKEND_UART_ENABLED 0

I have also tried toggling

NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED


Flash Softdevice S132 (SES flashes with bootloader)
Flash secure bootloader ble (debug or non debug, same result)
Flash ble_app_buttonless_dfu

Application operates normally, can flash new firmware, LEDs behaving as expected. But the debug window does not have any of the expected NRF_LOG_INFO output. 

Connecting via JLink RTT viewer (after closing SES) yields the same result. 
With altering the Log flags in other examples (such as ble_app_blinky), the Debugger Output window yields the correct results. 

Enabling the sdk config flags to use UART, I can connect to the board but no output is displayed. 



Parents Reply Children
No Data
Related