setting sequencer option to "fully configurable" hides channels IN17...IN22. Why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-10 10:03 PM - last edited on ‎2025-06-11 2:39 AM by Andrew Neil
In CUBE MX I have selected the microcontroller STM32C071CBT6 When I set the sequencer option to "sequencer set to fully configurable" then the channels IN17 IN18 IN19 IN20 IN21 IN22 are hidden why? is there any limitation for that channels or anything else?
Solved! Go to Solution.
- Labels:
-
ADC
-
STM32C0 Series
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-10 11:15 PM
> then the channels IN17 IN18 IN19 IN20 IN21 IN22 are hidden
correct. See reference manual RM0490 Rev 5, 16.4.8 Channel selection (CHSEL, SCANDIR, CHSELRMOD).
Why? The ADC_CHSELR register uses 4-bit per channel in that mode.
hth
KnarfB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-10 11:15 PM
> then the channels IN17 IN18 IN19 IN20 IN21 IN22 are hidden
correct. See reference manual RM0490 Rev 5, 16.4.8 Channel selection (CHSEL, SCANDIR, CHSELRMOD).
Why? The ADC_CHSELR register uses 4-bit per channel in that mode.
hth
KnarfB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-06-11 2:47 AM
Thanks that helps me
