Resolved! STM32CubeMX Generating Incorrect Code for Clock Configuration
Posted on September 27, 2017 at 23:56I've used the STM32CubeMX application to setup the main PLL and PLLI2S as shown below:When I generate the code, it generates the following: PeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_I2S; PeriphClkI...