Skip to main content
istepne
Associate III
July 17, 2024
Solved

ADC1_IN16 uasge

  • July 17, 2024
  • 4 replies
  • 2245 views

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

istepne_1-1721201408556.png

Regards

Murat

 

 

 

    This topic has been closed for replies.
    Best answer by STTwo-32

    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

    4 replies

    STTwo-32
    STTwo-32Best answer
    ST Technical Moderator
    July 17, 2024

    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.
    carlesls2
    Associate III
    March 20, 2025

    How do you chhnage the sequencer?

    Thanks 

    istepne
    istepneAuthor
    Associate III
    March 21, 2025

    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

    istepne_0-1742545729184.png

     

     

    carlesls2
    Associate III
    March 21, 2025

    Thanks. It worked