MCU upgraded from STM32F103 to STM32L475. Facing issue in ADC part. In the F103 MCU ADC clock derived from HCLK and to meet the same sampling time we used ADC clock PLLSAI1 in L475.
The issue is that at the normal conditions we are able to read the ADC values properly and when we put our device in the field then we are facing noise issues in ADC values. When we put old MCU no noise issue is coming but when we put new MCU then noise issue is coming. Grounding and everything are the same for both MCU devices.
Why we are getting noise on ADC pins we are not getting? Any comments on it?
Does the clock selection make any difference?
Is the ADC in the new MCU is sensitive compare to the old MCU's?
New MCU: STM32L475
Old MCU: STM32F103