Content originally posted in LPCWare by rnunes on Fri May 22 07:15:49 MST 2015
When I connect my LPC-Link2 to my PC I see a "LPC USB based device" in the device manager and when I run listusb.cmd (lpcxpreso\bin\Scripts\listusb.cmd) and I see what we are supposed to see:
Quote:
VID: 1FC9 PID: 000C (LPC based USB device)
So far so good, but when I try to start a debug session the device it's not recognized and the same USB device appears as a HID-compliant vendor defined device" in device manager, in disabled state (code 22). This is the RedlinkServer output taken from LPCXpresso:
Quote:
[Started server]
[Connected on port 3025]
redlink>
redlink>
redlink>
redlink>
redlink>
redlink>ProbeList
No probes found
redlink>
redlink>
redlink>ProbeList
No probes found
redlink>
redlink>ProbeStatus
redlink>exit
[Closed]
I already uninstall the driver, tried to do the same thing without the LPC-Link2 connected to the board and tried to use the "Boot debug probe" feature, but nothing works.
I'm working in Windows 8.1, LPCXpresso 7.5.0 with two LPC-Link connected: one LPC-Link2 (the one that is not working) to debug a custom LPC4337 board and a LPC11u14 board (Rev A) with the LPC-Link that comes with it, which I tried in the LPC4337 board and works great.
I have this setup fully working since February, do you have any idea on what can be done? Thanks