Skip to main content
Explorer
October 24, 2024
Solved

ST-LINK on STM32L552E-EVAL board

  • October 24, 2024
  • 4 replies
  • 2003 views

Hello,

I have a evaluation board STM32L552E-EVAL, and I would like to know what is this part used for ?

DYann1_0-1729785570097.png

I see 2 pins (USB_D_N and USB_D_P) that connect to the STM32F103CBT6

DYann1_1-1729786034047.png

What is it for ? To program the component and debug. Thank you for your answer

Regards

Yann DO

    This topic has been closed for replies.

    4 replies

    Graduate II
    October 24, 2024

    It is ESD protection

    Super User
    October 24, 2024

    @DYann.1 wrote:

    what is this part used for ?


    What part - the USBLC6-2 ?

    Its datasheet tells you what it's for:

    AndrewNeil_0-1729798683191.png

    https://www.st.com/resource/en/datasheet/usblc6-2.pdf

    via: https://www.google.com/search?q=usblc6-2sc6

     

     

    Graduate II
    October 24, 2024

    >>To program the component and debug. 

    I'd have thought this would have been readily obvious, the on-board debugger. ST-LINK/V2-1

    Provides the USB CDC connectivity to a L552 UART, and an USB MSC to drag-n-drop firmware binaries, as originally used by mbed

    DYann.1Author
    Explorer
    October 24, 2024

    Hi,

    Thank you, in fact I would like to program and debug via J-LINK SEGGER. In fact, on my real card I do not use the ST-LINK (for consumption). Do you know where I can find the information to configure the J-LINK to be able to work under STMCubeIDE ? I can see some information but it's not very clear for my. 

    Thank you

    Graduate II
    October 24, 2024

    I'd imagine under debugger settings, perhaps videos on YouTube if reading not strong

    See this if you want it to present as a "J-Link OB"

    https://www.segger.com/products/debug-probes/j-link/models/other-j-links/st-link-on-board/

    Super User
    October 24, 2024
    DYann.1Author
    Explorer
    October 24, 2024

    Thank you