Has anybody found a solution for using multiple LPCLink-2 adaptors connected through a USB hub, It seems that with the default settings prevent a second LPC-Link2 from enumerating

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Has anybody found a solution for using multiple LPCLink-2 adaptors connected through a USB hub, It seems that with the default settings prevent a second LPC-Link2 from enumerating

Jump to solution
843 Views
philyoung
Contributor I

It would appear that when programming the LPC-Link2 with the Segger code all devices are given the same serial number , 61000000, so the debugger is unable to distinguish them properly.

When using the CMSIS-DAP code it is not possible to connect 2 debuggers through a USB Hub since the second debugger reports insufficient system resources when using a single hub, but works when connected to a different root hub on the PC.

Also when programming multiple debuggers with the CMSIS-DAP code the script reports the same "Unique identifier" for all devices and it's not correct for any of them.

Tags (1)
0 Kudos
1 Solution
633 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Try using the non-bridged version of the current LPC-Link2 CMSIS-DAP firmware:

Using Multiple LPC-Link2 debug probes 

https://community.nxp.com/message/630661 

Regards,

MCUXpresso IDE Support

View solution in original post

2 Replies
634 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Try using the non-bridged version of the current LPC-Link2 CMSIS-DAP firmware:

Using Multiple LPC-Link2 debug probes 

https://community.nxp.com/message/630661 

Regards,

MCUXpresso IDE Support

633 Views
philyoung
Contributor I

Thanks, this seems to work.

0 Kudos