Skip to main content
Associate
February 15, 2024
Solved

how to bling the led of STM32U5A97_DK board

  • February 15, 2024
  • 3 replies
  • 1677 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.

3 replies

ST Technical Moderator
February 15, 2024

Hello @eyeamskd 

You can refer to examples to toggle led in cube firmware

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL
eyeamskdAuthor
Associate
February 15, 2024

please explain in detail.

 

FBLBest answer
ST 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.

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL