Skip to main content
Visitor II
February 15, 2024
Solved

how to bling the led of STM32U5A97_DK board

  • February 15, 2024
  • 1 reply
  • 1651 views

hi everyone,

i am suman, just started exploring STM32U5A9J-DK board. So I don't know how to access the led of that board. If anyone know how to do that, it will be very helpful for me.

Thank you.

    This topic has been closed for replies.
    Best answer by FBL

    STM32CubeU5/Projects/STM32U5x9J-DK/Examples/GPIO/GPIO_IOToggle at main · STMicroelectronics/STM32CubeU5 (github.com)

    PE00 and PE01 (configured in output push pull mode) toggle in a forever loop. On STM32U5x9J-DK board these IOs are connected to LED3 and LED4. 

    You can refer to the user manual of the board as well STM32U5A9J-DK - Discovery kit with STM32U5A9NJH6Q MCU - STMicroelectronics

    I hope this helps.

    1 reply

    Technical Moderator
    February 15, 2024

    Hello @eyeamskd 

    You can refer to examples to toggle led in cube firmware

    eyeamskdAuthor
    Visitor II
    February 15, 2024

    please explain in detail.

     

    FBLAnswer
    Technical Moderator
    February 15, 2024

    STM32CubeU5/Projects/STM32U5x9J-DK/Examples/GPIO/GPIO_IOToggle at main · STMicroelectronics/STM32CubeU5 (github.com)

    PE00 and PE01 (configured in output push pull mode) toggle in a forever loop. On STM32U5x9J-DK board these IOs are connected to LED3 and LED4. 

    You can refer to the user manual of the board as well STM32U5A9J-DK - Discovery kit with STM32U5A9NJH6Q MCU - STMicroelectronics

    I hope this helps.