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

Possible to debug multiple modules simultaneously on one computer setup ?

I am new to BLE and Nordic.

We are trying to develop with SEGGER + PCA10040.

Is there any way of debugging more than one set of PCA10040 "at the same time" on just one computer ?  For example, a transmitter and a receiver without employing two computers.

Many thanks.

Parents
  • Hi,

    Yes, this is possible. I routinely do that by opening two SES projects (in two different SES instances on the same computer.) When you start a debug session, if there are multiple J-Link devices connected to the PC you get a popup dialog in order to select which device to connect to. That way you can connect to one device from one SES session, and another device from another SES session. It should work the same or in a similar way also for other debuggers.

    Regards,
    Terje

Reply
  • Hi,

    Yes, this is possible. I routinely do that by opening two SES projects (in two different SES instances on the same computer.) When you start a debug session, if there are multiple J-Link devices connected to the PC you get a popup dialog in order to select which device to connect to. That way you can connect to one device from one SES session, and another device from another SES session. It should work the same or in a similar way also for other debuggers.

    Regards,
    Terje

Children
Related