cancel
Showing results for 
Search instead for 
Did you mean: 

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" BR How can I enable it?

GErma.1
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions
ABish.3
Associate II

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 .

View solution in original post

3 REPLIES 3
AScha.3
Chief II

by doing, what Cube is proposing ..?

set adc channel select mode: 0 = sequencer not fully conf.


_legacyfs_online_stmicro_images_0693W00000bicbpQAA.pngthen can select ch0 ... ch18 .

If you feel a post has answered your question, please click "Accept as Solution".
ABish.3
Associate II

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 .

GErma.1
Associate III

Thanks!