2024-07-17 12:36 AM
Hi,
I am using the latest version v1.16.0 STM32CubeIDE with stm32g071cb.
It is not possible to use ADC1_IN16 (PB12). I have created also a new project to test this condition.
Changing the sequencer disables IN16 or makes error condition.
I need PA2 -PA3 and PB12 pins (IN2-3-16 channels to ADC sampling)
Below attached screen view and the ioc file generated via STM32CubeIDE
Regards
Murat
Solved! Go to Solution.
2024-07-17 12:57 AM - edited 2024-12-02 2:11 AM
Hello @istepne
This issue has been reported in this post and it will be solved on the coming Cube Tools Releases.
Update: this issue has been solved on the STM32CubeMX V6.13.0.
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:57 AM - edited 2024-12-02 2:11 AM
Hello @istepne
This issue has been reported in this post and it will be solved on the coming Cube Tools Releases.
Update: this issue has been solved on the STM32CubeMX V6.13.0.
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.
2025-03-20 3:44 AM
How do you chhnage the sequencer?
Thanks
2025-03-21 1:31 AM
I am using the latest update Version: 1.18.0
Stil it can not be changed as "fully configurable".
Also I am using 9channels enabled DMA transfer and the transferred data order is not same as cahnnel selection.
To get ADC sample on channel IN16, I have to choose "not fully compatible". And as a transfer result of the converted ADC value placed in order with In7-Temp-Vref-In11-Vbat-IN16 (not shown below)
So, still some problems
2025-03-21 1:37 AM
Thanks. It worked