2024-07-16 10:24 AM - last edited on 2024-07-16 11:52 AM by STTwo-32
I just made a new project. And tried to use ADC1_IN16 pin for analog conversion.
Still I can not use ADC1_IN16
Do you have a solution?
Solved! Go to Solution.
2024-07-16 11:59 AM
Hello @istepne
This is a different issue not exactly the one mentionned on the original post. So, i've created a new one to answer you .
The ADC1_IN16 pin cannot be configured on the STM32G0B7 using STM32CubeMX 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." So, you should do this to be able to use this ADC Channel.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-07-16 11:59 AM
Hello @istepne
This is a different issue not exactly the one mentionned on the original post. So, i've created a new one to answer you .
The ADC1_IN16 pin cannot be configured on the STM32G0B7 using STM32CubeMX 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." So, you should do this to be able to use this ADC Channel.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-07-17 12:24 AM
I will write another topic with stm32cubeIDE
ADC1_IN16 still has configuration problem v1.16.0
2024-07-17 12:40 AM
No need, in fact the issue about the ADC_Regular_ConversionMode is a nknown issue that has been reported and it will be soved on the Comming CubeIDE/MXversions.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.