Posted on July 26, 2017 at 09:58Hi Communities, can any body please explain me, how works exactly the function HAL_SAI_Transmit_DMA(). I am using STM32F746VGTX.This is one example:uint8_t TestArray[4] = {0x00,0xff,0x00,0x00};HAL_SAI_Transmit_DMA(hsa...