Skip to main content
Graduate II
December 6, 2023
Question

Internal ADC

  • December 6, 2023
  • 1 reply
  • 691 views

hello everyone

Using the internal ADC(polling method) of the stm32f429 board the samples that im getting are too many for one cycle of analog input

how to reduce the samples without giving a delay, like if I want 128 samples for one cycle.

Vin is 300mV

APB2 is 90MHz

Clock Prescaler is PCLK divided by 4

Resolution 12 bit

Sampling time 3 cycle

 

 

    This topic has been closed for replies.

    1 reply

    Super User
    December 6, 2023

    Convert using DMA and trigger the ADC with a timer. You can get exactly how many samples you want.