2013-07-15 06:09 AM
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-midi2013-07-15 07:25 AM
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.
2013-07-15 08:43 AM
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: 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