How to detect ADC channel?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-11 3:51 PM
Posted on May 12, 2011 at 00:51
How to detect ADC channel?
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5:34 AM
Posted on May 17, 2011 at 14:34
Look in the firmware library examples for single conversions, with and without DMA.
Cheers, HalOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5:34 AM
Posted on May 17, 2011 at 14:34
Thanks Baird.
I have gone through firmware library examples, they have given the examples in which different channels are configure in different ADCs like ADC1 configure to channel14, ADC2 configure to channel13, ADC3 configure to channel12. But I want to configure ADC1 to Channel 12,13 and 14, and i have configured and I am getting the values sequentially. But my query is, how can I differentiate the ADC values with respect to the channel??; like if suppose first time I read the adc value and got some value but how can i know that value is from channel 12,13 or 14?? I did not find the API to recognize it.