STM32H7 I2S DMA RX problem but not TX
HiI am stuck with STM32H743IIT I2S DMA RX ..The code is working perfect when uncommet HAL_I2S_Transmit_DMA (Line 29) but when uncomment line 31 HAL_I2S_Receive_DMA it feedback HAL_OK but do never go into the callbacks ..What can be the issue ?Best re...