cancel
Showing results for 
Search instead for 
Did you mean: 

Pin Function Document

skon.1
Senior

Hello,

I'm using the NUCLEO-F722ZE EVB.

In page 43 of the following document there seems to be a pinout list which specifies the signal name of each pin :

https://www.st.com/resource/en/user_manual/dm00244518-stm32-nucleo144-boards-stmicroelectronics.pdf

But how can I know what functionality a specific pin supports ?

For example :

How do I know if pin PF8 can be a DAC output ? Is there another document that describes that ?

4 REPLIES 4
Pavel A.
Evangelist III

> But how can I know what functionality a specific pin supports ?

CubeMX (or CubeIDE) to the rescue! Select the board, then on the chip picture click on the PF8 pin. It will show all functions of that pin.

--pa

>>How do I know if pin PF8 can be a DAC output ? Is there another document that describes that ?

That would be the Data Sheet for the micro-controller on the board, ie STM32F722ZE

https://www.st.com/en/microcontrollers-microprocessors/stm32f722ze.html

https://www.st.com/resource/en/datasheet/stm32f722ze.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
S.Ma
Principal

The pinout table will tell all digital and analog alternate functions. Typically the dacs when present are in PA4 and PA5, and these pins are also wired to the ADC so without wires you can self test it.

Thanks,

How can they be tested without wires ? Is there an internal loopback between DAC and ADC that can be activated ?