cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H735G-DK STMOD+ Pin4 as GPIO

gila2025
Associate

Hello,

I will need some help to determine if STM32H735G-DK STMOD+ connector Pin 4 SCK/RTS can be configured as a GPIO pin. Not sure which port is mapped to this pin as I will need to control this pin as a GPIO.

Thanks.

2 REPLIES 2
Andrew Neil
Super User

@gila2025 wrote:

Not sure which port is mapped to this pin .


The schematics, as always, are on the 'CAD Resources' tab of the board's Product Page:

https://www.st.com/en/evaluation-tools/stm32h735g-dk.html#cad-resources

 

Also check out the User Manual - available on the 'Documentation' tab:

https://www.st.com/en/evaluation-tools/stm32h735g-dk.html#documentation

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
mfgkw
Associate II

According to UM2679 (https://www.st.com/resource/en/user_manual/um2679-discovery-kit-with-stm32h735ig-mcu-stmicroelectronics.pdf, "8.4 P2 STMod+ connector") the wiring of some pins on STMod+ depends on solder bridges.
Pin4 is routed via SB6 (default: closed) to PF8 and via SB7 (default: open) to PF7.
So with an unmodified DK pin 4 can be used as GPIO PF8 (if not used as U(S)ART7_RTS). Opening SB6 and closing SB7 moves pin4 to GPIO PF7 (alias SPI5_SCK).

(Table 15 in UM2679 is a bit misleading since the default configuration for pins 1 through 4 is not mentioned first but second.)