cancel
Showing results for 
Search instead for 
Did you mean: 

Internal ADC

harry123
Senior

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

 

 

1 REPLY 1
TDK
Guru

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

If you feel a post has answered your question, please click "Accept as Solution".