2023-04-21 4:58 PM - last edited on 2025-03-20 3:47 AM by Andrew Neil
STM32G030K6T6 - can not configure ADC1_IN16 @ PA12
The STM32CubeIDE does not allowed me to enable the ADC1_IN16.
The message is "IN16 Disable...Available if sequencer is set to not fully configurable in parameter settings tab"
How can I enable it?
Solved! Go to Solution.
2023-04-22
12:04 AM
- last edited on
2024-06-04
1:04 AM
by
Lina_DABASINSKA
The ADC1_IN16 pin at PA12 cannot be configured on the STM32G030K6T6 using STM32CubeIDE without adjusting the sequencer settings in the parameter settings tab. The error message suggests that enabling this pin requires the sequencer to be set to "not fully configurable." Further adjustment of the sequencer settings may be necessary to enable ADC1_IN16 .
2023-04-21 11:52 PM - edited 2023-11-20 7:25 AM
by doing, what Cube is proposing ..?
set adc channel select mode: 0 = sequencer not fully conf.
then can select ch0 ... ch18 .
2023-04-22
12:04 AM
- last edited on
2024-06-04
1:04 AM
by
Lina_DABASINSKA
The ADC1_IN16 pin at PA12 cannot be configured on the STM32G030K6T6 using STM32CubeIDE without adjusting the sequencer settings in the parameter settings tab. The error message suggests that enabling this pin requires the sequencer to be set to "not fully configurable." Further adjustment of the sequencer settings may be necessary to enable ADC1_IN16 .
2023-04-22 11:48 AM
Thanks!
2025-03-20 3:45 AM
Where is sequencer? How do you change it?