Program hangs after calling HAL_UART_Transmit_DMA
Hi,I'm using AzureRTOS on a STM32H743ZI. I have a low priority task that is sending data via UART every 100ms (115200 baud). I would like to send this data with HAL_UART_Transmit_DMA, but after calling this function, the program stucks in the functio...