[HAL] weird SAI configuration of clock strobing : is this a bug?
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...