STM32H755 Nucleo – How to Use PA11, PC14, PC15 as GPIO Output?
Hello,
In my project using the STM32H755 Nucleo development board, I need to use PA11, PC14, and PC15 pins as GPIO Output to drive relays. However, when I checked with a digital multimeter, I found that these pins cannot be driven to logic HIGH — they remain stuck at logic LOW.
Hardware/Software details:
MCU: STM32H755 (Nucleo-144 board)
IDE/SDK: STM32CubeIDE
Project constraint: Almost all pins are already in use, so I have very limited flexibility in choosing alternate pins.
After reviewing the technical documentation and the board schematic, I noticed that these pins might be connected to other functions or components. I am attaching the relevant images from the documentation.
Additionally, PE6 is used for the MOSI line of the HI8429 component in my project, so its function must remain unchanged.
:pushpin:My question:
Which resistors need to be removed or which solder bridges need to be modified in order to use these pins (PA11, PC14, PC15) as GPIO Output?
Is it possible to make this modification without affecting the PE6 line?


Thank you.
