50. Install STM32CubeIDE and LED blink program with Nucleo for Windows

Sdílet
Vložit
  • čas přidán 30. 07. 2024
  • Step by step installation and programming for beginners.
    Installing and Built-In LED blinking for STM32F446RE
    Download link is www.st.com/en/development-too...

Komentáře • 38

  • @divya1491
    @divya1491 Před 2 lety +2

    Easiest tutorial available on youtube for stm32 led project. Thankyou.

  • @christiangoy2554
    @christiangoy2554 Před 5 měsíci

    Thank you! Very well explained. Still useful in 2024 !

  • @shyluj.p5115
    @shyluj.p5115 Před 2 lety +8

    Nice video. Beginners can easily understood 👍

  • @yuvarajchandrasekaran5101
    @yuvarajchandrasekaran5101 Před 8 měsíci

    Fantastic explanation and demonstration. Much appreciate sir.

  • @marceloandrade8164
    @marceloandrade8164 Před rokem +1

    You can also use HALfunction: HAL_GPIO_TogglePin(GPIOA, GPIO_PIN_5);
    Great video!

  • @ValiRossi
    @ValiRossi Před rokem

    Thank you for the nice tutorial.

  • @kard.3402
    @kard.3402 Před rokem

    Thank sir, I coulnt install this thanks to you I easily manage to install it.

  • @PreludeSon
    @PreludeSon Před 8 měsíci

    Great video!

  • @Prashant-ym8ul
    @Prashant-ym8ul Před 2 lety +1

    Thanks for the video for beginner level

  • @DereC519
    @DereC519 Před rokem

    Do you have any videos explaining the actual structure and pins?

  • @user-xd2de3lx9c
    @user-xd2de3lx9c Před rokem

    Thank you!👍

  • @techbits007
    @techbits007 Před rokem

    Because latest versions are not supported by 32 bit windows7,pls tell which version of CubeIDE supports Windows7 32 bit and with Nucleo F411RE Board together????

  • @satyamtiwari6080
    @satyamtiwari6080 Před 2 lety +1

    Thanks
    Good vedio for the beginner

  • @pw3111
    @pw3111 Před 2 lety +1

    Thanks. Excellent videos and articles on Micropeta. I notice this article is for a 2 row display and I can’t see a simple parameter to change to make it suitable for a 4 row display like there is in the Arduino call . I have rewritten the setCursor function in the .c function to make it work for 4 rows but I was wondering whether there is a simple parameter to change.

    • @NizarMohideen
      @NizarMohideen  Před 2 lety +1

      Thanks. I didn’t write those lcd display libraries. They were found in github and I think it is for two rows only. I am glad you managed to modify it for four rows.

  • @DipThummar
    @DipThummar Před rokem

    thank you

  • @darshanmanjunathraochawan2635

    Is it same for discovery board, can you let me know the steps for it?

  • @techbits007
    @techbits007 Před rokem

    I want CubeIDE version which works on windows 7 32 bits along with Nucleo board f411re,pls help?

  • @subhamdas2491
    @subhamdas2491 Před rokem +1

    Sir I have build error ...showing that stm32_hal_conf.h no such file or directory

  • @techbits007
    @techbits007 Před rokem

    Does this version support 32 bit windows7 architecture ???

  • @naveenchandran2249
    @naveenchandran2249 Před 10 měsíci +1

    I follow these but it will show the error when uploading to board …”target not found”

  • @user-jn7iq1np8n
    @user-jn7iq1np8n Před rokem

    mine says that I don't hve the ST-LINK connected, but the nucleo is connected to the PC, how can I do?

  • @fadilnant
    @fadilnant Před rokem

    Thank you so much

  • @gabrielcabrerasanchez1542

    Thanks for the video bro, I have a question for you, i have a nucleo-f429zi, when i did al the steps in the video my nucleo board don't do anything, but when I program it in Keil Studio on line, yes it's functional, Do you know why i have that problem?

  • @joeltshiela4605
    @joeltshiela4605 Před 9 měsíci

  • @user-ot9re9kp8p
    @user-ot9re9kp8p Před 5 měsíci

    iam getting error on dumping the code to board error is failed to start GDB server give me solution for this sir

  • @MuhammadAhsan-tz8ym
    @MuhammadAhsan-tz8ym Před 2 lety

    witout GPIO init how it is working

    • @NizarMohideen
      @NizarMohideen  Před 2 lety

      Normally we set GPIO init using “Pinout and configuration” graphical user interface using cubeIDE as in time 10:55.
      In time 10:06 it ask for “Initialise all peripherals with thier default mode?” when you click “yes”, it sets up for you. It sets PA5 as GPIO output pin and then the code is generated in main.c file

    • @MuhammadAhsan-tz8ym
      @MuhammadAhsan-tz8ym Před 2 lety

      @@NizarMohideen default mode? What is default mode for GPIO: input or output, pull up or pull down?

    • @NizarMohideen
      @NizarMohideen  Před 2 lety +1

      It sets PA5 as GPIO output pin.
      No pull up or pull down

  • @terrya450
    @terrya450 Před rokem

    555 timer 😂