USB MIDI Host

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB MIDI Host

Jump to solution
1,265 Views
bonzo
NXP Employee
NXP Employee

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?

Labels (1)
Tags (1)
0 Kudos
1 Solution
982 Views
bonzo
NXP Employee
NXP Employee

Found a solution with uTasker.

View solution in original post

0 Kudos
1 Reply
983 Views
bonzo
NXP Employee
NXP Employee

Found a solution with uTasker.

0 Kudos