I’m working on a STM32F407 and I try to implement the MIDI-USB function but I have some troubles…
In fact, I don’t really understand which USB librairies are used by the MIDI USB ? (the USB_DEVICE_LIBRARY, USB_HOST_LIBRARY, USB_OTG_DRIVER) Should I include all of them ? These libraries are supposed to be modified ?
Secondly, where is the file describing the MIDI USB interface ?
I had a similar problem when I looked into the STM library, and therefore preferred to program the MIOS32 based USB MIDI driver with my own coding style (which I’m also using for STM32F1 and LPC1769).