This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
You are on a very old release. If possible I would recommend using the latest BSP from here
http://focus.ti.com/docs/toolsw/folders/print/wincesdk-a8.html
There has been several fixes in this area. If you can wait a week or so, we are planning to make another release with more fixes.
thanks
Atul
Atul,
I am working with Sarah on this issue. I have brought forward the changes in V1.1.0, but it has not addressed the EHCI suspend / resume issue. I have made modifications to the SuspendHostController and ResumeHostController to follow the EHCI spec and properly disable and enable the periodic and asynchronous schedules. It appears to be working now, pending further testing.
When is the next version of the BSP coming out? I would like to validate my changes versus that.
Thanks,
Cam
The release is ready - we are just going thru internal processes to make it available on the Web. Pl. look for an announcement over next couple of days. Appreciate your patience
Atul
Atul,
There were no changes to the USB ECHI driver between 1.1.0 patch 1 and 1.2.0.
Just to close the loop on this thread, as I mentioned I modified CHW::SuspendHostController and CHW::ResumeHostController. On suspend, I needed to disable the asynchronous and periodic schedules, then suspend each port and finally stop the controller. For resume, just reverse the order.
Cam