On 12:02 Tue 28 Jun     , Paul Claessen wrote:
> Greetings ...
> 
> Question for the J-link developer (Jean-Christophe?), or anyone who
> knows the answer:
> 
> Is there a way to hookup and use multiple Segger J-Links devices
> with OpenOCD?
Yes you can I use it everyday and I implement it in openOCD

for this you need to specify the usb-address

jlink usb_address [0x0-0x3]

to set the device address

you can only have 4 jlink at a time

after you unplug and re-plug the jlink then you need to specify the pid
via
jlink pid [0x101-0x104]
to choose the interface

Best Regards,
J.
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to