stm32 standard peripherals ADC_RegularChannelConfig function
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-11-22 3:29 AM
Posted on November 22, 2012 at 12:29
Hi,
what is the ''Rank'' parameter of the function ''ADC_RegularChannelConfig() in the standard peripherals library? thanks spectre
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2012-11-22 5:48 AM
Posted on November 22, 2012 at 14:48
what is the ''Rank'' parameter of the function ''ADC_RegularChannelConfig() in the standard peripherals library?
Isn't it the slot number in the array of channels to be read in the sequencer, the Channel numbers doesn't have to be in numerical sequence, and you don't need to process all channels, only the subset you have specified. There are 16 entries [1..16] in the sequencer, rank == index/indices, it is not a bit vector scheme.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
