Is it possible to know the instantaneous data/sample that has been sent by the I2S DMA transfer
Posted on June 22, 2016 at 12:46Hello.I have a successfully configured the I2S peripheral that continously sends (with the desired frequencies) a vector of data to an external DAC. The transmission is done with the HAL_I2S_Transmit_DMA function.Sinc...