2015-03-04 08:41 AM
2015-03-04 09:39 AM
Can't help you at all with the HAL stuff, I wish you much luck.
I will observe that unless you configure the ADC's symmetrically the sequencing of the data is likely to give you a lot of headaches.2015-03-09 03:50 AM
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.
2015-03-11 08:34 AM
I don't know this HAL API but looking at the code you posted I see that:
1. You configured the ADC to use DMA.2. You did not enable interrupts for the ADC.So, how will an end of conversion event get triggered?2015-03-11 09:46 AM
So, how will an end of conversion event get triggered?
Who knows, it's a selective presentation of code, and HAL/Cube hide a lot of the detail, and has a different methodology.