STM32CubeMX v 6.6.1: ADC & DMA Changes
Hello,
I am trying to do this tutorial that I found online for measuring an ADC continuously and displaying the voltage read on an LCD Display:
https://www.youtube.com/watch?v=EbWOv_0Lp-U
I am not using the same board though. He is using STM32F746G-DISCO. I am using the STM32H7B3I-EVAL board, which has a built in potentiometer connected to ADC1 (PA0_C). It measures the 3.3V and changes the measured voltage based on the potentiometer position.
I am trying to enable the ADC according to that tutorial (Starting at time stamp 5:15), he enables Scan Conversion Mode, then goes to DMA Settings, adds ADC1, makes it circular, then enables DMA Continuous Requests and sets End of Conversion Mode to "EOC Flag at the end of all conversions". This is also how his menu looks:
Mine, however, is different. I cannot enable Scan Conversion Mode. Only option is disabled. Additionally, there is no "DMA Continuous Request." Finally, the End of Conversion Selection menu only has "End of sequence of conversion" and "End single conversion."
I want to know if the difference is because I'm doing something wrong. If it's not, how do I properly configure the ADC such that I can continuously read it and display it like he does in the rest of the video?
