Adding more ADC inputs to STM32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-07-29 10:36 AM
Hi, I am working on a project where I need a lot of ADC inputs for analog controls (20-30) and was wondering if there was a good solution for this, either in terms of another component I can interface with the board or something in the STM32 family that has that number of inputs.
Currently using the STM32F4. ADCs would need to be able to read DC as well as AC input. Any suggestions are appreciated. Thanks! #!stm32 #adc- Labels:
-
ADC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-07-29 1:14 PM
Any speed, accuracy or precision requirements?
You could slave a cheap F0 part to collect additional channels.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
‎2016-07-29 6:06 PM
The STM32F303 has 4 ADCs and more channels than you apparently need.
Cheers, Hal- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-01 11:32 AM
The F303 looks very well suited to my needs. I will check that one out. Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-01 12:12 PM
Is there an F303 development board that comes with an audio codec? That would be very important for being able to transfer over my project from the F4 board.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-01 5:17 PM
Check out the STM32303E-EVAL. Since many of the pins are dedicated, you will still likely have to use a Nucleo or your own board to have enough free ADC channels.
Cheers, Hal- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-08-08 9:39 AM
Hi, I got an STM32F3 discovery board and have been trying to transfer my code to configure Direct Memory Access for the ADC. I've been running into some issues since a lot of the functions and defines are named differently in the libraries of the two chips. Made a post about it here, please let me know if you can help:
