jeanp Posted November 18, 2013 Report Share Posted November 18, 2013 Hello, 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 ? Thanks ! Quote Link to comment Share on other sites More sharing options...
TK. Posted November 18, 2013 Report Share Posted November 18, 2013 Hi, 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). The sources can be found here: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fmios32%2FSTM32F4xx%2Fmios32_usb.c and here: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fmios32%2FSTM32F4xx%2Fmios32_usb_midi.c It has some references to following library sources: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fmios32%2FSTM32F4xx%2Fmios32_family.mk which are *not* modified Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.