Jump to content

MIDI USB PROGRAMMING


jeanp
 Share

Recommended Posts

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 !

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...