cancel
Showing results for 
Search instead for 
Did you mean: 

Using Dual Regular Simultaneous Mode Only - Help!

eng2
Associate
Posted on March 03, 2015 at 20:41

Hello , I'm having trouble capturing the ADC2 data simultaneously with the ADC1 , and the ADC1 data is being captured through the command HAL_ADCEx_MultiModeStart_DMA(&hadc1, (uint32_t*)&ADC1_Data, 12); Would any tutorial to help me with that?

#hal_adc
1 REPLY 1
Amel NASRI
ST Employee
Posted on March 09, 2015 at 13:46

Hi Carlos,

You have to read carefully the reference manual if you look for more details on the ADC dual mode.

An example of dual mode implementation using the HAL library may be found in the STM32Cube package.

-Mayla-

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.