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!!
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!!
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)?
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)?
It works. Thank you very much for the quick reply.