Hello,I want to read 8 bit ADC value from ADC2(PA1 pin) and use it to control a LED which is connected to DAC1(PA4 pin). I wrote a code(using registers) as below, however, I cannot read the ADC value(I tested it on STM Studio). Where is my problem? T...