STM32f469 - ADC accuracy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-12 7:01 AM
Hello ,
We are interfacing Analog Accelerometer with STM32f469. Attached here ADC interface hardware and ADC firmware (configuration) for your reference .
Problem is Accuracy with ADC values. The ADC values are varying approximately 30mV .
Can anyone help in terms of hardware or firmware for getting below +/-5mV accuracy?
- Labels:
-
ADC
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-12 8:18 AM
You may have fixed this already, but IN1 needs to be rank = 2.
480 cycles should be much more than adequate for accuracy with an opamp input, so if your rank is correct and you don't see that noise at the opamp output, you are left with chasing VDDA noise and grounding,
Cheers, Hal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-12 8:43 AM
Read AN4073.
JW
PS. Change your username to a normal nick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-12 9:07 AM
Dear Hal ,
​
Can you brief IN1 needs to be rank =2. ​
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-12 9:26 AM
You are converting 3 channels of rank 1, 1 and 3. They should be rank 1, 2 and 3.
Hal
