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

Debugging in NRF52840 DK

Hi,

I just bought the NRF52850 DK. Currently I do not have the JLink connector to perform debugging using UART.

Is there is a way I can print printf or NRF LOG through my USB connection in Segger Embedded Studio?

Thank a lot!!

Parents
  • You do not need a JLINK connector for that! :) The USB connection is perfectly capable to do that (as well as the other J-LINK functionality), as long as you have NRF_LOG enabled. You should be able to debug the devkit without any issues by clicking the build & debug button in SES. Are you plugging it in the correct USB-port (the one next to the other power connectors)?

Reply
  • You do not need a JLINK connector for that! :) The USB connection is perfectly capable to do that (as well as the other J-LINK functionality), as long as you have NRF_LOG enabled. You should be able to debug the devkit without any issues by clicking the build & debug button in SES. Are you plugging it in the correct USB-port (the one next to the other power connectors)?

Children
Related