Skip to main content
Associate
July 9, 2025
Solved

SB configuration on nucleo-144

  • July 9, 2025
  • 2 replies
  • 240 views

Hi,

I'm trying to toggle a pin on my STM32H723 (LQFP144) using GPIO. According to the Nucleo-144 board datasheet, PE12, PE13, and PE14 appear to be connected to both CN10 (Zio) and CN12 (Morpho).

However, when I toggle the pins to light up an LED, the signal only appears on CN12 — not on CN10.

I’ve checked the documentation but couldn’t find any SB (solder bridge) configuration that might be affecting this behavior. Am I missing something?

Best regards,
Kewin

Best answer by Kewin_J

Found that it was never the board. It was a simple problem in the script. 

2 replies

Mike_ST
Technical Moderator
July 9, 2025

Hello,

Yes, there no SB config that might affect that. PE12 on CN12 is same on CN10.

Problem might be 

- Wrong led polarity

- Probing wrong pad

- Bad connection

- Cut trace

Kewin_JAuthorBest answer
Associate
July 9, 2025

Found that it was never the board. It was a simple problem in the script.