2019-02-10 06:31 PM
2019-02-10 06:39 PM
STM32Cube_FW_H7_V1.3.0\Projects\STM32H743ZI-Nucleo\Examples\ADC\ADC_DualModeInterleaved\Src\main.c
2019-02-10 06:47 PM
With timer trigger, the sampling rate cannot reach 1msps
2019-02-10 08:28 PM
Ok, so don't use the TIM, and let the ADC saturate in continuous mode.
Pretty sure with the correct Prescaler/Period the TIM could clock generate an update at 1 MHz
Single channel, 12-bit is supposed to hit 1.5Msps, triple interleave 4.5Msps
2019-02-10 09:07 PM
Thank you for your reply
2019-02-10 11:56 PM
> With timer trigger, the sampling rate cannot reach 1msps
Pretty sure this is not correct.
But as Clive suggested, you can go with the full speed in continuos mode. This would still produce equidistant results.
Keep the requirements of the input amplifier stage at that sampling rate in mind.
2019-02-11 12:23 AM
how to use boost mode,I don't know how to setting in stm32cubemx
2019-02-11 12:23 AM