AllTinker
AllTinker
Well, it's not a solution at all, but if I change the main loop in my test to be: ```cpp for(;;) { tuh_task(); sleep_ms(10); } ``` It appears to "work"...
OK tried that; exactly the same issue. Here are the log reports from the `cdc_msc_hid` example, at three different debug levels - the last one so you can see the...
Sure, here you go: [debug-1.txt](https://github.com/hathach/tinyusb/files/10728609/debug-1.txt) [debug-2.txt](https://github.com/hathach/tinyusb/files/10728610/debug-2.txt) [debug-999.txt](https://github.com/hathach/tinyusb/files/10728614/debug-999.txt) **EDIT**: Here's another max debug one; plugging in the X52 Pro, taking the X/Y axes through their range, and then unplugging it. Stating...
@BillPlunkett - I'm afraid not; it's pretty much stalled my project. I never found a workaround which was consistent enough to use, and not enough time/domain expertise to track down...