Skip to content

Conversation

levietduc0712
Copy link

@levietduc0712 levietduc0712 commented Aug 30, 2025

The green LED (User LD1) on the NUCLEO-H755ZI-Q board was previously configured
to use pin PA5 in the Device Tree source file (nucleo_h755zi_q.dtsi).

However, according to the board's user manual (UM2408), User LD1 can be connected
to either PA5 or PB0 depending on the solder bridge configuration:

  • PB0: SB65 OFF, SB54 ON (default configuration)
  • PA5: SB65 ON, SB54 OFF

Since PB0 is the default configuration on most boards out of the box, this patch
updates the green_led node to use pin PB0 (&gpiob 0) instead of PA5.

Reference:

Signed-off-by: Duc Le [email protected]

Copy link

Hello @levietduc0712, and thank you very much for your first pull request to the Zephyr project!
Our Continuous Integration pipeline will execute a series of checks on your Pull Request commit messages and code, and you are expected to address any failures by updating the PR. Please take a look at our commit message guidelines to find out how to format your commit messages, and at our contribution workflow to understand how to update your Pull Request. If you haven't already, please make sure to review the project's Contributor Expectations and update (by amending and force-pushing the commits) your pull request if necessary.
If you are stuck or need help please join us on Discord and ask your question there. Additionally, you can escalate the review when applicable. 😊

Copy link

@levietduc0712 levietduc0712 changed the title boards: nucleo_h755zi_q: Fix User LD1 pin assignment boards: stm32: Fix User LD1 pin assignment Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: STM32 ST Micro STM32 size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants