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 function "UART_WaitOnFlagUntilTimeout". I can see taht the HAL_GetTick() function always return the same value. I debugged a little bit and found out that the HAL_TIM_PeriodElapsedCallback is not calles any more (it is a the beginning), and therefore the HAL_IncTick() function is not called. I didn't change anything on the NVIC settings - do you have any idea whats going on here?
Thanks and best regards!