Skip to main content
ACho.11
Associate II
April 30, 2023
Solved

Why use circuit breaker in Stm32 Nucleo Boards?

  • April 30, 2023
  • 3 replies
  • 2675 views

..

    This topic has been closed for replies.
    Best answer by waclawek.jan

    SB stands for Solder Bridge.

    In some cases, it provides alternative usages of pins, e.g. whether a Tx pin goes to the on-board STLink's VCP Rx pin, or to an external pin.

    Also The board (PCB) itself is rather universal, and ST places several different target STM32s onto it; however, these mcus are not 100% pin compatible and the SBs solve this - for different mcus different set of SBs is closed.

    JW

    3 replies

    Tesla DeLorean
    Guru
    April 30, 2023

    What are you talking about?

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    ACho.11
    ACho.11Author
    Associate II
    April 30, 2023

    Sorry for my insufficient information. When I look at that the schematic of Nucleo boards, I found a lot of circuit breaker under SB symbols. Normally I didn't see anything like that in other microcontroller, so I'm wondering what is the purposes of that circuit breaker?

    AScha.3
    Super User
    April 30, 2023

    show pic of this "circuit breaker" . so i dont need to search my big blue glass ball to see it.

    "If you feel a post has answered your question, please click ""Accept as Solution""."
    waclawek.jan
    waclawek.janBest answer
    Super User
    April 30, 2023

    SB stands for Solder Bridge.

    In some cases, it provides alternative usages of pins, e.g. whether a Tx pin goes to the on-board STLink's VCP Rx pin, or to an external pin.

    Also The board (PCB) itself is rather universal, and ST places several different target STM32s onto it; however, these mcus are not 100% pin compatible and the SBs solve this - for different mcus different set of SBs is closed.

    JW

    ACho.11
    ACho.11Author
    Associate II
    April 30, 2023

    Thanks you, So it's only to select the pins for different peripherals.

    Tesla DeLorean
    Guru
    April 30, 2023

    Yes, like links/jumpers on other boards, but taking less space and parts to implement.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    ACho.11
    ACho.11Author
    Associate II
    April 30, 2023

    Thank you guys. I understand now.