User Activity

I am trying to integrate STM32CubeMX and TouchGFX using IAR EW on STM32F769I-Discovery Board. I followed the instructions on the link below to configure the board:https://touchgfx.zendesk.com/hc/en-us/articles/360020208091 Then, I use ST-link Utility...
I am using STM32f407VG Discovery for audio application. I am having a problem while using the I2S2 in Slave Receive mode using the HAL_I2S_DMA_Receive() for receiving 16-bit data on a 32-bit frame. I am able to get the Audio data correctly at times a...