I'm looking for any help with implementing a USB Host MIDI on a Kinetis MCU.
The KSDK only supports audio data. I need MIDI data which uses bulk endpoints and has lower bandwidth.
I tried setting config.h defines to the proper subclass. It will enumerate and read the data, but the parsing in the driver hangs in an endless loop in the function "USB_HostAudioStreamSetInterface".
Has anyone been able to do this?
已解决! 转到解答。