fred-rabelo

Results 3 comments of fred-rabelo

I am having the same problem with the Adafruit Feather RP2040 board. Is anyone any closer of finding the problem and a solution? This makes TinyUSB and MIDI kinda not...

> > Is anyone any closer of finding the problem and a solution? > > Making this simple change fixes the problem for me [#293 (comment)](https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/293#issuecomment-1666959735) Yes, it seems to...

> I'm not familiar with MIDI implementation but as far as I checked, `Adafruit_USBD_MIDI::write` calls `usbd_edpt_claim` in its invocation chain, so suppressing IRQ handler befor `write` might help you. >...