Ha Thach
Ha Thach
superb !! Thank you very much @mabembedded for your effort :+1: . Eveen though I really want to, but unfortunately, I was a bit busy at the moment to follow...
@Ryzee119 I am back from TET holidays, which compiler you are using. If it is arm clang, I could give it a try (was planning to support it anwyay).
so far I only tested arm-clang with cdc_msc example, it doesn't seem to need weak_import yet, but I admit we need more testinng. the conlfict with unit-test is resolved (unit...
I don't have mac Mx machine to test with, for the record, are you using OTG HS or FS on F723 ? also which stock exampmle specifcialy e.g cdc_msc ?
thank you for your detail feedback, it is indeed confusing with these phy analog magic timing. I don't have anything to add or test, though please keep update the information....
won't fix since I don't have device in question. PR is welcome
yeah, you are right, we should reset DATA toggle when received SET_INTERFACE request, it should be done by either usbd or class driver and an additional dcd_edpt_reset_toggle() should be addded....
the fix is obvious, increase the configure buffer
Ah i see, I skip the part where the host skip entirely rest of the hub. You are right, it should just skip device and continue though. PS: I thought...
yes, possibly, I did anticipate such as race between unplugged and application transfer. Never have enough time to test out al scenario though.