Emilio Rojas
Emilio Rojas
Their USB example leaves a lot to be desired. Were you able to resolve any of this? I'm finding it painful to try and understand the code and the documentation.
Yes, I see that. I'll look at that issue with marking the buffers active. Thanks for the heads you up on that. I'm trying to have the data available call...
Well, I just got it working with a queue notification via a FreeRTOS (FR) queue. Thanks for your tip about releasing the buffer. I've hacked into the EP3 bulk handling,...
@sthokal, thanks for your previous comments, they were very helpful, but I'm running into a problem despite moving the buffer-release to after I've consumed the data. This only happens when...
Hmm, I XUsbPs_EpBufferReceive() from the interrupt handler, I package the results and the handle into a message data structure and send it via a FreeRTOS queue to a single task...
Try this guy, https://www.suburbanembedded.com/, t/he/y did a great job for me.