2023-06-04 10:10 PM
I have two input channels which I have to sample simultaneously so I wanted to know what should be the ioc setting for the same? and what HAL commands are used to run ADCs in this mode?
2023-06-05 06:52 AM
There is not much documentation or videos available on this. Can anyone please help with this?
2023-06-06 08:05 AM - edited 2023-11-20 04:02 AM
Hello @AKhot.1,
You can get started with this example STM32CubeL4/main.c at master · STMicroelectronics/STM32CubeL4 · GitHub
Also, if you set ADC prescaler asynchronous clock, you are using these options.
Otherwise, if you set synchronous ADC prescaler, it should be greyed out.
Hope this helps!
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.