User Activity

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...
Good day everyone.I'm trying to build application for dual-core MCU STM32H747XI on Disco board:Cortex-M4 core initializes System clock, QSPI and SDRAM and boots M7 coreCortex-M7 does all of dirty job like executing instructions from QSPI and etc.I tr...