cancel
Showing results for 
Search instead for 
Did you mean: 

midi-usb interface STM32F4-discovery

benjamin
Associate II
Posted on July 15, 2013 at 15:09

Hello,

I am a bachelor student who is trying to use the STM32F4-Discovery as a midi console controler as a fun project :-). I have found no usefull sites for this, most people use the  midi box from st which has almost everything you need for this kind of application, but I wanted to learn how to use this board for another project i want to do (yes I am a geek :p). If you have some tips on how to do it or where to find it, I would be very gratefull.

Thank you in advance,

#stm32f4-usb-midi
2 REPLIES 2
Posted on July 15, 2013 at 16:25

Not everything you want to do will be available as a nicely packaged project on the internet. If you want to know how the hardware works start by reviewing the data books and reference manuals for the parts and protocols you are interested in.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
benjamin
Associate II
Posted on July 15, 2013 at 17:43

I will say this in another way, because I am not sure you understand my question. Or I am just unable to see the point of your answer.

I jsut wanted to know if someone who has already done this (and i know there are) was willing to give me a hand and explain how to make the usb midi driver. I know some exist for this board:

https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Issues%20with%20STM32F4%20USB%20bulk%20transfer%20%28MIDI%29&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD065...

others:

http://www.ucapps.de/mios32_download.html

https://code.google.com/p/lpc1769-usb-midi-organ-console-controller/source/browse/

I am unable to adapt code made for other boards and the source for the STM32F4 driver is not given.

BTW : why is this not directly given in library, like the USB drivers?

Thank you