Content originally posted in LPCWare by Tsuneo on Sun Jul 07 20:21:48 MST 2013
Quote:
Breakpoint doesn't stop on vendor request, descriptor request and etc.
On my side, breakpoint works as expected even on the default LPC11U14/201 setting.
- USBCDC and USBHID examples have a breakpoint at the initialization in main() as the project default. Delete these breakpoints.
- When your breakpoint disturbs enumeration sequence, the host will get timeout (50 or 500 ms). And then, host move to error recovery sequence, running off from normal enumeration sequence.
Tsuneo