2024-02-14 10:58 PM - last edited on 2024-04-09 06:56 AM by Amel NASRI
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.
Solved! Go to Solution.
2024-02-15 02:53 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
2024-02-14 11:30 PM
2024-02-15 02:23 AM
please explain in detail.
2024-02-15 02:53 AM
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 Accept as Solution on the reply which solved your issue or answered your question.