Skip to main content
GErma.1
Associate III
April 21, 2023
Solved

STM32G030K6T6 - can not configure ADC1_IN16 @ PA12

  • April 21, 2023
  • 3 replies
  • 2338 views

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?

Best answer by

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 .

3 replies

AScha.3
Super User
April 22, 2023

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""."
Best answer
April 22, 2023

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 .

carlesls2
Associate III
March 20, 2025

Where is sequencer? How do you change it?

GErma.1
GErma.1Author
Associate III
April 22, 2023

Thanks!