Problems with ADC data
Hello,
We are uing STM32F303RBT6 controller to read the current parameters of stepper motors.
So, 7ADC1 ADC channels are used, which are read through DMA1 Channel1 . InitADC() driver initialization is succesfull, StartADC() conversion is called once every 1ms, but the raw data in the adc_hw_data[] buffer is incorrect.
MC power supply voltage VDD and pin VDDA = 3.270V, voltages at the inputs aof ADC channels PA2 = 3.054V, PA3 = 2.845V.
Цhen we use an F4 series controller with similar parameters everything works as it should.
So, what cn be te problem?
Thank you in advance.
