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

segger ide: select a target to debug

Hi,

I know this is a stupid question, but I couldn't find any answer in the forum or anywhere, and it is getting annoying :) 

I'm using SEGGER Embedded Studio for ARM (Release 3.52a), and I have 2 nRF52840 DKs connected to my pc. The thing is that segger ide (via jlink) selects a DK according to its wishes to program or debug, not asking to me what I want, and this behavior is rude, I think. Is there anyway to configure SEGGER IDE to select a specific DK with its SNR?

> nrfjprog -i
683665737
683612867

It always selects the first one, but I want to be able to use any of them.

I appreciate for your suggestions.

Best regards,

Vedat

Parents
  • By default, SES should give you a list containing the nRF ICs that are connected to the PC once you chose to program the chip.  It might be that SES in the project settings is set to only program a specific chip. You can change this by first going to the project settings. Then change the settings to common instead of release or debug. Then right click on the host connection and chose "use inherited value". Press ok and save changes.

Reply
  • By default, SES should give you a list containing the nRF ICs that are connected to the PC once you chose to program the chip.  It might be that SES in the project settings is set to only program a specific chip. You can change this by first going to the project settings. Then change the settings to common instead of release or debug. Then right click on the host connection and chose "use inherited value". Press ok and save changes.

Children
Related