Skip to main content
Graduate
January 24, 2025
Question

Nucleo-H723ZG, digital pin appears to be listed as analog&digital (?)

  • January 24, 2025
  • 2 replies
  • 1529 views

Dear all,

in a project which was assigned to me with the NUCLEO-H723ZG, I have multiple digital outputs, like PG12, PE9, PE11, PE14, PE13, PG14 et.c. mostly originating from the CN10 ZIO connector, where the pin names are intuitive, e.g. D7, D6, D5, et.c..
However one of the digital outputs, has the description PF10/ PB8 and it originates from the CN9 ZIO connector, with the pin name A5

It puzzles me that a digital port is connected to a pin name called A5, which also has the signal name "ADC".

The attached image from the UM2407 User Manual illustrates that.

Many thanks for your support

Kind regards

    This topic has been closed for replies.

    2 replies

    Graduate II
    January 24, 2025

    This is more of an Arduino designation. Option to connect to ADC pins, or escape a secondary I2C bus common on a number of shield interfaces.

    If you check the schematic, see "CAD Resources" tab on product page, you'll see connectivity and solder-bridging / Zero-Ohm jumpering options for the pin connectivity.

    >>It puzzles me that a digital port is connected..

    Perhaps don't over-think things, this isn't a one-dimensional problem.

    Super User
    January 24, 2025

    @LysAn wrote:

    It puzzles me that a digital port is connected to a pin name called A5, which also has the signal name "ADC".


    The STM32 ADC inputs share pins with GPIO - they can be used as either analogue or GPIO; eg,

    AndrewNeil_0-1737739009383.png

    https://www.st.com/resource/en/datasheet/stm32h723zg.pdf#page=58

     

    PS

    Similarly for analogue (DAC) outputs; eg,

    AndrewNeil_1-1737739158251.png

     

    See also: https://community.st.com/t5/stm32-mcus-products/spi-vs-gpio-alternate-functions-af/m-p/760590/highlight/true#M270346