User Activity

I am trying to read a file from sdcard using fatfs and sdio and output it to i2s8khz, 16bit is output wellBut 44khz, 16bit file is not played properlyThe mcu is using stm32h743dma is using circular mode and the source is belowThank you#define AUDIO_B...
I'm testing whether HAL_I2S_TxCpltCallback or HAL_I2S_TxHalfCpltCallback is called properly by setting i2s to normal and periodically calling HAL_I2S_Transmit_DMA. However, HAL_I2S_TxCpltCallback or HAL_I2S_TxHalfCpltCallback is called only once and ...
I used to use stm32f4 series and moved to stm32g4 series to use the latest mcu.But stm32g4 does not support sdio.What is the popular mcu among stm32 series that supports sdio?Thank you.
Kudos given to