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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,585 次查看
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.

标记 (1)
0 项奖励
回复
1 解答
1,375 次查看
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

在原帖中查看解决方案

2 回复数
1,376 次查看
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

1,375 次查看
philyoung
Contributor I

Thanks, this seems to work.

0 项奖励
回复