STM32F103 ADC and DMA?
Hello
I am familiar with STM32. I have a simple project with CubeMX
One ADC reads 3 channels, continuousmade disable , DMA active.
I turn everything on and start the first ADC conversion with a function
HAL_ADC_Start_DMA.
My questions
- How do I start another ADC conversion?
- What should I test to make the program wait for the ADC conversion to complete and the data transfer via DMA?
Thanks you