Question
STM32F746G Discovery USB MIDI
Posted on October 28, 2016 at 18:55
Hi.
Is there a library out there or an example for the STM32F7 Discovery board that deals with simple MIDI over USB? I want to be able to both receive and send note commands. I would prefer to use an IRQ routine rather than polling a register in order to detect an incoming message. #stm32f746g-discovery-usb-midi #usbmidi-example-code