About STM32F429 ADC value acquisition
Hello everyone, I'm using the STM32CubeIDE , then I would like to ask about the ADC configuration for the STM32F429 board. Currently, I want to distinguish a sine wave input ranging from 10kHz to 3MHz, the ADC parameters are set as follows:
(1) APB 1 peripheral: 36 MHz
(2) Clocks Prescaler: Divided by 2
(3) Sampling Time: 3 Cycles
Additionally, the TIM is set to 72 MHz, with PSC: 0 and ARR: 11. How should I configure it? Thank you, everyone!
