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

nRF52840 DK UART logging not working

Hi All.

I am using the nRF52840 development board, and can't get UART logging to work. I have checked all the settings in sdk_config with no joy.

I have hyperterminal setup at 115200 bps, 8 data bits, parity None stop bits 1, and tried all combos of other hardware control, speed etc. It connects to the board virtual COM port ok.

The SDK example I am running is Central_Multilink. It works ok, just no UART logging.

Any suggestions would be appreciated. Attached is the sdk_config

sdk_config.h

Thanks

Parents
  • Hi Phillip, 

    both NRF_LOG_ENABLED and NRF_LOG_BACKEND_UART_ENABLED are set to 1 by default in the ble_app_multilink_central project so UART logging should work out of the box. 

    I am using Termite v3.1 with baudrate 115200, 8 data bits, 1 stop bit, no parity bit and RTS/CTS enabled. I have also tested with Putty using the same configuration. No issues. Could you try one of those terminal emulators?

    Best regards

    Bjørn 

Reply
  • Hi Phillip, 

    both NRF_LOG_ENABLED and NRF_LOG_BACKEND_UART_ENABLED are set to 1 by default in the ble_app_multilink_central project so UART logging should work out of the box. 

    I am using Termite v3.1 with baudrate 115200, 8 data bits, 1 stop bit, no parity bit and RTS/CTS enabled. I have also tested with Putty using the same configuration. No issues. Could you try one of those terminal emulators?

    Best regards

    Bjørn 

Children
Related