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.
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
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
2025-06-11 2:47 AM
Thanks that helps me