2016-11-03 09:47 PM
Solved! Go to Solution.
2017-01-13 06:43 AM
Hello
76386
andLabrado.Jeremy
,This issue has been solved and delivered in CubeMX4.
Don't hesitate to upgrade CubeMX release in order to avoid this issue.
Thanks and best regards.
Eric
2016-11-16 02:55 AM
Hichan.herwin,
Please try removing the following code from the ADC2 configuration and let me know please if the problem is resolved then:#if 0
/**Configure the ADC multi-mode
*/
multimode.Mode = ADC_DUALMODE_REGSIMULT;
multimode.DMAAccessMode = ADC_DMAACCESSMODE_12_10_BITS;
multimode.TwoSamplingDelay = ADC_TWOSAMPLINGDELAY_1CYCLE;
if
(HAL_ADCEx_MultiModeConfigChannel(&hadc2, &multimode) != HAL_OK)
{
Error_Handler();
}
#endif
-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.
2017-01-04 04:56 PM
Hi chan.herwin,
Have you find a way to read the two ADCs simultaneously finally?
I am having the same problem so we can maybe help each other.
Cheers,
Jeremy
2017-01-13 06:43 AM
Hello
76386
andLabrado.Jeremy
,This issue has been solved and delivered in CubeMX4.
Don't hesitate to upgrade CubeMX release in order to avoid this issue.
Thanks and best regards.
Eric