Is there a way to test ADC by Software ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-09-05 8:33 AM
Hi !
I am currently designing a test plan for my software/hardware application. During the tests, I need to know if the ADC is functionnal and correctly calibrated.
We have an idea to test it with an hardware solution which is using a multiplexer to apply a Reference Voltage to the ADC Pin when we ask for it and verify the digital value returned by the ADC.
Using a STM32L4, do you know another (better) solution without specifics hardware configuration to test ADC ?
Thanks a lot,
Best regards.
#self-test #adc #stm32l4 #calibration-stm32Solved! Go to Solution.
- Labels:
-
ADC
-
Functional Safety
-
STM32L4 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-09-05 9:00 AM
Doesn't it provide a means to measure the VREFINT? You could use another ADC pin (unused in other parts of design) to apply test voltages from an automated test system. You could implement and external divider and check that. You could also add a Test Point for VDDA/VREF+, and confirm the levels there.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-09-05 9:00 AM
Doesn't it provide a means to measure the VREFINT? You could use another ADC pin (unused in other parts of design) to apply test voltages from an automated test system. You could implement and external divider and check that. You could also add a Test Point for VDDA/VREF+, and confirm the levels there.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-09-05 9:47 AM
Thanks for your prompt answer !
