Hello PK,
have you made some modifications on example project? Example is using an specific logic that is as follows:
- After enumeration, device requests to receive data.
- Once data is received, this data is copied in another auxiliar buffer and then it is sent back to host.
- Once data is sent, device requests for more data and cycle is repeated.
If you alter the order in this cycle,transactions won't be finished and queue will be filled with transactions that are not completed and system can crash.
You can consult this thread that talks about it: KSDK VCOM example does not work without loopback
If you have any other doubt please let me know it.
Best Regards,
Isaac
----------------------------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
----------------------------------------------------------------------------------------------------------------------------------------