[SOLVED] Samd51 "Usb Device Not Recognised" ... getting multiple 'Bus Reset'? #921
-
Firstly, I didn't want to report a bug as this may be an issue from my build configuration somehow so help greatly appreciated as appears that newer TinyUSB source code does not work on my Samd51 setup :( Platform
My IssueOn Windows 10 I get a popup and yellow triangle with "Usb Device Not Recognised" When my issue occured
Log outputThis log was generated from the current
DiagnosisI have tried a Notably I 'think' its since "merge class driver control_request & control_complete to control_xfer…"3c31d08 TheoryMaybe the newer code isn't tolerant to tud_task() not being called at super regular intervals? I just fixed a sandbox test by reducing a sleep-loop duration and it now does work with the latest code... umm |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
I finally tracked it down and was an issue with
|
Beta Was this translation helpful? Give feedback.
I finally tracked it down and was an issue with
tud_vendor_control_request_cb()
that has changed, managed to ommit the fact I was using a BOS descriptor in the OP but changing his fixes the issue I was facing: