Content originally posted in LPCWare by ronkrem on Mon Oct 06 20:33:37 MST 2014
Ok. I have found the fix.
I had changed over to a HID interface via:
1. Debug Configurations (Debug dropdown).
2. Click on the Debugger tab.
3. Drop down the Emulator selection.
4. Select: LPC-link (HID)
Xpresso will now debug through the HID interface. Trouble is, you can no longer just reselect the WinUSB interface from here - it is locked into the HID interface.
To switch it back you need to:
1. Select Window>Preferences.
2. Expand the LPCXpresso entry.
3. Select LPC-Link Options.
In my case the Initialise LPC-Link as HID (Requires power-cycle) box was checked. Unchecking this allowed me to use WinUSB again (after power cycling of course).
I consider this bad design, in that the dialog used to change a configuration, no longer lets you change it back, even though it has every appearance of being able to.
I tried your new project trick, but the selection survives this and typical restarts. However, your response prompted me to go look a bit deeper.
Best regards, Ron