Resolved! I2S and DMA HAL problem (DMA trigger only once) STM32H7
Hello,I'm trying to use the I2S transceiver on a STM32H7.I did a first simple experiment using the HAL function: HAL_I2S_Receive_DMAI use a basic loop in the main:while (1){ if (i2s_bsy == 0) { i2s_bsy = 1; i2s_status = HAL_I2S_Receive_DMA(&hi...