Reading in ADC on STM32H753
I am trying to run a simple program that can read in data from a potentiometer through ADC. The pot is connected to PF10 or A5 on the nucleo board. My code is below:When I run this it prints "Value is: 32767" once then stops. Because I am in conti...