Question
Updated MX to latest and get incorrect code generated...
I updated to the latest 1.7.0 for IDE and 6.3.0 for MX and when I regenerate configuration code using MX I get the following for ADC clock configuration.
PeriphClkInit.PeriphClockSelection = RCC_PERIPHCLK_ADC;
PeriphClkInit.AdcClockSelection = ADCCLockSelection;
The second line gives an error, when I comment the second line out it compiles correctly. It seems that the code generation might have an error in it regarding this.
Caleb
