2019-03-22 08:02 AM
When I press Reset B2 button on the Nucleo ADC takes value, otherwise it waits!
anyone helpp??
2019-03-22 12:01 PM
change this
ADC_HandleStruct.Init.ExternalTrigConv = ADC_SOFTWARE_START;
Make a timer which output a PWM channel and connect it to the ADC trigger input pin and use it as external trigger for an ADC conversion repeteadly. Every conversion complete, grab the value and fill a buffer (SW DMA).
2019-03-22 04:10 PM
Hi,
I changed the config as you said and I triggered the input pin manually and/or changed potantiometer (because I dont have ability to use PWM yet).
but It is not working.. any missing of Timer or another?