Resolved! STM32F746: SAI doesn't work in TDM mode
Good day everyone.Trying to make SAI work in TDM mode with DMA on STM32F746.Need to transmit 8 stereo channels, the sample is 16-bit long. So 16 * 2 * 8 = 256 bit frame.Init code: hsai_BlockA1.Instance = SAI2_Block_A; hsai_BlockA1.Init.Protocol = S...