Problem or feature? ADC clock prescale is set wrongly in generated code for STM32H7743ZITx by STMCube FW V1-9.0
I developing an application where I need to use 14 bit ADC sampling at 2 MS/s. This needs a fast ADC clock speed. I am using a V version chip that has a built-in /2 divider on the ADC clock. When I upgraded to STMCube FW V1-9.0 the other week, the c...