2023-05-26 12:07 PM
I need to have 2 adcs triggered simultaneously. Since i desire 3 differential inputs per ADC for the Nucleo F303zre board i can use ADC 1 and ADC3 .
STM32CuneIDE shows the Timer 20 trigger out event is available for both ADC triggering so i intend to use that for say a 1Msamples per second sampling rate.
Thanks
David
2023-05-27 01:29 AM - edited 2023-11-20 04:30 AM
just set it as you like in Cube ,
for example : i use ADC1 + 2 and TIM8 , on F303 .
set adc trigger:
2023-05-27 06:15 AM
Hi AScha ,
So as i understand from you i will achieve the simultaneous sampling .
Thanks for your response. I have another question regarding using DMA but will make that another post.