2015-03-03 11:41 AM
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_adc2015-03-09 05:46 AM
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.