How to Blink a LED | #5 STM32 GPIO output

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • This video explains the following:
    1. Project creation (quickly)
    2. GPIO configuration
    3. LED blinking code
    4. Creating a debug configuration
    5. Line-wise debugging
    Kshitij Dadhekar

Комментарии • 31

  • @kulaniscap
    @kulaniscap 4 месяца назад +1

    After struggling to Blink my LED for hours, this video gave me a lot of background info that helped me Blink the LEDs on the STM32F429I-DISC1

  • @biglebowskee
    @biglebowskee 6 месяцев назад +1

    Thanks so much for this amazing tutorial. You are very good at this type of teaching. I hope you continue to produce these videos.

  • @maxpowa7430
    @maxpowa7430 2 года назад +2

    Thx Buddy! This video made me understand much more about the structure of an microcontroller program! In University we lear to program and what are datatypes or Objects and so on. But only because u know whats an uint16_t datatype is u dont understand the much bigger programmingtext just only in the main.c file! With ur explanations where to find things like the defines or the functions them self i can now use my learned basics to write my own program. even if its just a blinking LED. Great work and keep up doin videos like this for DAU's like me! All the best for u!

  • @Egon3k
    @Egon3k Год назад +4

    technically speaking, 1s on/1s off is half a hertz, but good and detailed explanation :)
    I would really like to know, why it is required to enable the RCC_AHB1ENR for GPIOA

  • @abelashenafi6291
    @abelashenafi6291 6 месяцев назад

    Thanks bro, you're video series are just amazing. Thanks for sharing. Kudos

  • @Mr0neShotAway
    @Mr0neShotAway 3 года назад +2

    These videos age great! please continue!

  • @shivamchoudhary6280
    @shivamchoudhary6280 3 года назад +1

    learning a lot from these videos.

  • @megumin20
    @megumin20 Год назад

    Honestly this helps a lot. A little suggestion. You may need a better microphone. Hope all goes well.

  • @bedirhankahvecioglu8462
    @bedirhankahvecioglu8462 7 месяцев назад

    i love you so much youre thinkig like me and i love your videos. When i improve myself at this coding stuff. i will remake your videos in my language if you accept it.😊😊

  • @LmarZwend
    @LmarZwend 11 месяцев назад

    great job!
    Thanks

  • @tanoojkumarpc459
    @tanoojkumarpc459 6 месяцев назад

    Thank you for the video, ####working

  • @user-qz1xb3co9d
    @user-qz1xb3co9d Год назад

    Where you did your mtech in embedded system?

  • @rosymelody4125
    @rosymelody4125 2 года назад

    i tried to do all the settings accordingly, but when we configure the led i/p low these are the settings are not shown in my software

  • @bangingshock
    @bangingshock 2 года назад

    Nice videos! Can I set the output logic high to 1.8v instead of 3.3v?

    • @TerminalTwo
      @TerminalTwo  2 года назад +1

      Nope, not unless the GPIO level specified in the datasheet is 1.8V. In this case you will have to use a level shifter IC.

  • @MuhammadFaizanAhmed-n4u
    @MuhammadFaizanAhmed-n4u Месяц назад

    I'm having this error: arm-none-eabi-gdb (10.2.90.20210621), ST-LINK (ST-LINK GDB server). Kindly guide

  • @Unknownthewiu
    @Unknownthewiu 4 месяца назад

    supposed PMOS get turn on by 0 while NMOS get turned on by 1 right? Why you are saying differently

  • @sudheerkumar5966
    @sudheerkumar5966 2 года назад

    Very good sir

  • @mehmetylmaz8359
    @mehmetylmaz8359 2 года назад

    The codes Download Verified Successfully but Led of STM32 dont blink, why?

  • @GorkemEfeDemirbas
    @GorkemEfeDemirbas 7 месяцев назад

    in Debug Config section when i try to scan the program cannot find any st link but i am using nucleo card and its connected and leds on the card is blinking what can be the problem?

    • @yeungster1013
      @yeungster1013 7 месяцев назад

      I also have the same problem. Have you found a solution?

    • @GorkemEfeDemirbas
      @GorkemEfeDemirbas 7 месяцев назад

      @@yeungster1013 yes i found the cable i used was the problem i changed the cable and it is fixed

  • @Makarand_Ronghe
    @Makarand_Ronghe 3 года назад +1

    It was a very long break!

  • @ezhilv4358
    @ezhilv4358 7 месяцев назад

    Iam getting error in initializing st link device

  • @claudiaurena6813
    @claudiaurena6813 9 месяцев назад

    gracias

  • @joost_schiphorst
    @joost_schiphorst 3 года назад

    f3 isn't working, is says it couldn't find this symbol in the index

    • @TerminalTwo
      @TerminalTwo  3 года назад

      May be the function/macro is not defined?

  • @ryangosling7954
    @ryangosling7954 Год назад

    It's blinking, but i have a question. I tried to write a function before the "while", that blink exactly 10 times. It blinked 10 times, but after that led didn't turn off, so it was still bright. Any advice how to force it off after the cycle?

  • @stm32user
    @stm32user 3 года назад

    Hi. Post more videos

  • @veeranjibandaru2550
    @veeranjibandaru2550 Год назад

    3 LEDs also process