STM32H743: BDMA channel for SAI interface does not work.
I would like to use SAI interface, but the initial setup seems to be failing. ErrorHandler was called because of FIFO is Empty after calling HAL_SAI_Transmit_DMA().The SAI is set up as follows: hsai_BlockA4.Instance = SAI4_Block_A; hsai_BlockA4.I...