2023-08-17 08:00 AM
Hi,
I am trying to use 3 ADCs on STM32F407 with 'Triple regular simultaneous model only'. This option is avaliable in CubeMX configuration, but I can not get it working in the code. I would like to sample 3 channels using the 3 ADCs at the same time.
Can you please let me know how to set up this correctly? Which API shall I use?
Solved! Go to Solution.
2023-08-17 08:22 AM
Look at the ADC_TripleModeInterleaved example.
2023-08-17 08:22 AM
Look at the ADC_TripleModeInterleaved example.