Resolved! Problem with HAL_I2S_Transmit_DMA on STM32H750
Hi!I have tried to use I2S onn STM32H750 and DMA has no success. I can transfer without problem data by standard HAL_I2S_Transmit but HAL_I2S_Transmit_DMA results in Error callback being fired although function itself completes with HAL_OK.I2S Config...