Skip to main content
SChen.18
Visitor II
November 1, 2021
Question

What the max ADC sampling Rate when using STM32H747 M4 Core? Does it same as M7 ?

  • November 1, 2021
  • 1 reply
  • 1465 views

Hi Everyone,

I found the document(AN5354) talk about 16bits ADC Max sampling Rate and I verify that on M7 Core. It's correct.

My implement include Total 3 ADC 3 Channel(one channel per one ADC) run 1Mhz Sampling rate and using DMA with timer trigger

0693W00000GW2hKQAT.png 

But I implement the same ADC configuration on M4 core, i can't generate the max sampling rate as document. It has been slower than expected

The M4 core should be slower than M7 right?

If so, Dose anyone know how slow and the max sampling rate on M4 core ?

This topic has been closed for replies.

1 reply

TDK
November 1, 2021

The peripherals are separate from the cores. The max speed should be independent of the core you're using to configure it.

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