Skip to main content
Visitor II
July 11, 2022
Question

How do I blink LEDs 3 and 4 on an STM32F413H-DISCO?

  • July 11, 2022
  • 1 reply
  • 728 views

I have an STM32F413H-DISCO board. I am not able to get LEDs 3 and 4 to blink. I have attached my .ioc file, where I believe I have enabled the correct GPIOs. Also attached is my main.c file. I am using FreeRTOS and the blinking is done by different threads.

Thanks

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    July 18, 2022

    Hi @Hwarr.1​ ,

    I advise you to follow the FreeRTOS_Timers example. This may help you in your implementation.

    Kaouthar