Relative Content

Tag Archive for c++stm32midiuartdma

HAL_UART_Transmit_DMA does not send data to serial port

I’m writing an MIDI application on STM32 (NUCLEO-F091RC). I basically have an implementation of midimerger: a program which receives from three different MIDI instruments and merge them into one output (main feature is a channel assignment based on the MIDI input port irrespective of actual channel send by an instrument).