Skip to main content
MGeor.4
Associate
August 10, 2022
Question

Hi, I would like to know the maximum frequency input supported by STM32F031C6T6 and the total ADC error rate expected for this MCU.

  • August 10, 2022
  • 7 replies
  • 1471 views

..

This topic has been closed for replies.

7 replies

waclawek.jan
Super User
August 10, 2022

Read the datasheet, 12-bit ADC characteristics chapter.

JW

MGeor.4
MGeor.4Author
Associate
August 10, 2022
Hi,
Thank you .Could you please comment on the maximum frequency supported.
Regards,
Minu
Tesla DeLorean
Guru
August 10, 2022

For the MCU or the ADC? Both should be in the Data sheet, surely?​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
S.Ma
Principal
August 10, 2022

Considsr the timer max clock frequency to be around the logic limit. Of course timer clock can be lower frequency than io input signal... for example using an input prescaler. Or using input signal as timer clock.... that is a different question. Channels 1 and 2 to use first as more versatile.

Nikita91
Lead II
August 10, 2022

I can't find this information in the DS or RM.

I think for input capture the limit is the timer clock frequency, or perhaps 1/2 sysclock if there is resync of the input signal.

The real question is how fast you can drain the captured data.

I rated this at 1/10 of the system clock frequency using DMA. With a 64 MHz sysclock consider 6.4M capture/sec. At 8M capture/sec some capture were missing.

This is on one channel. If there are several channels, this capture rate must be shared.