User Activity

Hello.​I found a bug in STM32CubeMX software which is briefly described above in the title.In the "Pinout & Configuration" tab, select SAI and enable itSet "Number of Slots" to 2Set basic parameters (other than "Output Mode") correctlySet "Output Mod...
Hello.I am using SAI of STM32F4 & F7 MCUs as I2S input/output.When configuring SAI as "master/slave receive" using HAL driver, "Clock strobing" is set incorrectly.Here is the corresponding code block of the STM32F4 HAL driver (stm32f4xx_hal_sai.c).HA...