2023-12-07 08:45 PM
Hello
Using internal adc for sampling the Analog signal of voltage 300mV.
The output of ADC on plotting has noise. On increasing the voltage the the waveform gets clearer. What could be the reason and how to overcome it?
Solved! Go to Solution.
2023-12-08 06:29 AM - edited 2023-12-08 06:29 AM
Those options are in the RCC tab in CubeMX.
Note that sampling time will have the largest effect on ADC accuracy and that some amount of noise at 12-bit resolution is unavoidable.
2023-12-07 09:09 PM - edited 2023-12-07 09:11 PM
Hello @harry123
According to the errata 2.2.8 of the ES0206, An internal noise generated on VDD supplies and propagated internally may impact the ADC accuracy. This noise is always present whatever the power mode of the MCU (Run or Sleep).
As a workaround, you should Use the following sequence to adapt the accuracy level to the application requirements:
For more details, I suggest you to use the AN4073 and AN2834 that help you on how to optimize the ADC accuracy.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-12-07 09:42 PM
2023-12-08 06:29 AM - edited 2023-12-08 06:29 AM
Those options are in the RCC tab in CubeMX.
Note that sampling time will have the largest effect on ADC accuracy and that some amount of noise at 12-bit resolution is unavoidable.
2023-12-10 07:17 PM
Thank you
As the is more noise it is getting difficult for me to detect zero-crossing is there any way that I can do?