This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sampling frequency

Hi all,
I´m using the STM32F103 µC on MCBSTM32 Board.
I´d like to get a Sampling frequency of 20kHz for continuous scanning of one channel with ADC1 (channel 3) in DMA mode. For ADCCLK = 0.28MHz 1.5 Cycles (+12.5) should be the correct nr of cycles!? ( 14 cycles * 1/0.28MHz = 50 µs)

Or do I missunderstand something?

Any help would be appreciated.

Parents
  • The datasheet says that there is a minimum ADC clock frequency of 0.6 MHz. You risk ADC performance degradation if you violate it.
    You can try and stretch the sampling time. Or use a timer as an ADC trigger. The latter is the most flexible approach.

Reply
  • The datasheet says that there is a minimum ADC clock frequency of 0.6 MHz. You risk ADC performance degradation if you violate it.
    You can try and stretch the sampling time. Or use a timer as an ADC trigger. The latter is the most flexible approach.

Children