2021-02-03 04:54 AM
I have an STM32F723 and I'm trying to configure it so that my computer recognizes it as a MIDI device via USB.
I searched the internet for examples, and read up on USB and MIDI.
However, I'm lost in all this flow of information.
I use CubeMX and CubeIDE, do you have a SIMPLE example of configuration? For the moment I just want Windows to recognize my card as a MIDI device?
I have managed to get windows to recognize my card as an audio device but I don't know what else I need to do to implement MIDI? I think I need to add midi files with functions to implement midi through usb, but I don't know what files, I see everything on the internet I'm lost.
Thanks for your help.