cancel
Showing results for 
Search instead for 
Did you mean: 

Internal ADC noise

harry123
Senior

Hi, Im using internal ADC for ADC calculation.

The noise is getting generated for low voltage signal can someone please tell me how to reduce it as im facing the issue of finding the zero crossing in the signal?

10 REPLIES 10
AScha.3
Chief II

1. how big is the noise ?  (+/- xx LSB )

2. show the circuit at the adc input.

3. which cpu ?

If you feel a post has answered your question, please click "Accept as Solution".

The input is a sine wave from a function generator with 300mv and 1hz.

Stm32f429 disc1 board

Tinnagit
Senior II

you can use VrefInt to calculate millivolt per bit from 1.21V.

and You should use oversampling which it require more sampling frequency but you will get better accuracy of ADC.

This is the noise that is getting generated.Screenshot (4).png

yes, the oversampling will can help you.

and you should figure out what sampling cycle or sampling time that your system can operate because there is high frequency sampling came with high noise too. so you need to figure out what the value that your system can run on it.

Try with a simple input filter:

AScha3_0-1703063021723.png

C1 close to adc-in connector.

If you feel a post has answered your question, please click "Accept as Solution".
Uwe Bonnes
Principal III

There is an application note to reduce noise with the ADC. One aspect in the F4 family is concurrent device activity during sensitive phases during the conversion.

harry123
Senior

@Uwe Bonnes  can you please tell me how as im new to stm