No video

11. Install STM32 CubeIDE and LED blink program for Windows (OpenOCD included)

  Рет қаралды 67,170

MicroPeta by Nizar Mohideen

MicroPeta by Nizar Mohideen

Күн бұрын

Пікірлер: 97
@SiggyPony
@SiggyPony Ай бұрын
Many thanks for these videos. Just setting up my workstation to work with some old boards I have again. And have a bunch more coming in the post. Excited to get back into this
@ahmadhussainwebshare1001
@ahmadhussainwebshare1001 2 жыл бұрын
Nizar bhai thanks 😊 🙏 lovely video. May Almighty keep you and your family always happy 😊
@NizarMohideen
@NizarMohideen 2 жыл бұрын
الحمد لله
@thomasleftwite
@thomasleftwite 5 ай бұрын
Very good instruction about connecting bluepill and STM32CubeIDE. thank you!
@NizarMohideen
@NizarMohideen 5 ай бұрын
You are welcome!
@gibsonmb1
@gibsonmb1 Жыл бұрын
Thanks for showing all the detail for beginners like me
@ninjaexp8084
@ninjaexp8084 2 ай бұрын
Thank you very much for this video!!! Works like a charm. I thought i'd never connect my st link v2 to blue pill, because my st link has geehy chip instead of original stm.
@AmarChauhan
@AmarChauhan Жыл бұрын
Very good Video for people who are starting with STM32, Excellent JOB.
@rodrodriguez6222
@rodrodriguez6222 3 жыл бұрын
Clear and Concise, well done!!!
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Thanks
@pavelsan1954
@pavelsan1954 Жыл бұрын
Пример рабочий👍🤝. Была проблема с SD-card - надо было mosi и miso поменять местами.
@balaswamy100
@balaswamy100 10 күн бұрын
Super sir. mostly helpful... Thank you sir'
@andrewsotnikov5680
@andrewsotnikov5680 Жыл бұрын
Good video :) I thought at tht moment of 15:40 timeline, you already connected your ST-LINK to port USB, so it was made me alarmed :)
@unodragon2294
@unodragon2294 Жыл бұрын
thanks a little tweaking and it worked for my nucleo board
@Syndeer
@Syndeer 2 жыл бұрын
Sir it was really clear tutorial thanks.
@stefanom.65
@stefanom.65 2 жыл бұрын
Thanks very much for the tutorial. Very clear.
@NizarMohideen
@NizarMohideen 2 жыл бұрын
You are welcome!
@ucexperiments
@ucexperiments 2 жыл бұрын
Thank you very much ! This is very useful for me.
@Vpmoorthi
@Vpmoorthi 2 сағат бұрын
I have an error while clicking run the error is LAUNCHING LED DEBUG has encountered a problem error starting process
@NizarMohideen
@NizarMohideen 2 сағат бұрын
Try uoploading from ST-Link utility or CubeProgrammer as shown in videos below kzfaq.info/get/bejne/j9WTqMdyr6isXZs.html kzfaq.info/get/bejne/kM-dZqR_ucXYg3k.html Thanks
@NizarMohideen
@NizarMohideen Жыл бұрын
If you want to check whether your chip is good or faulty, you can use ST-Link utility as shown in video kzfaq.info/get/bejne/mdSma8Wh0Zybpas.html If your STM32 chip is clone (non-original), and you get "Could not verify ST device?" error, you can use ST-Link utility as shown in video kzfaq.info/get/bejne/kM-dZqR_ucXYg3k.html
@pankaj2767
@pankaj2767 9 ай бұрын
Sir Nice Explanation , Please do video on PWM, ADC
@user-ed1kb6wm5c
@user-ed1kb6wm5c Жыл бұрын
hello! when I write 0 to pc13 the led becomes on and vice versa does the led has inverted logic ? or its just problem with my stm
@Eddiiie666
@Eddiiie666 8 ай бұрын
Hi, is this still working as of now? It is not working for me. STM32F103C8T6 .. f_mount and f_open report 0x80. Where do I look up error codes? The SD card works, the SD card shield works, I am using 5V for SD shield power from STLinkv2. Blink works... Could there be a clock issue with default settings? Help!
@Traveller_Trio
@Traveller_Trio 10 ай бұрын
I'm facing an issue "could not verify ST device please verify that the latest version of gdb-server is installed", please help me with this. I recently started STM32F103 blue pill series.
@dikshithpoojary7523
@dikshithpoojary7523 Жыл бұрын
ST-LINK GDB SERVER WORKS FINE...
@AbdulQadeer-em7ib
@AbdulQadeer-em7ib Жыл бұрын
After upload programme terminal shows "info dropped gdb connection" after "shutdown command invoked" and led did not blink
@clairejhwang2313
@clairejhwang2313 Жыл бұрын
Hello Nizar, when my STM32F103C8T6 is connected to USB port of my macbook, only the red light is on (brand new board), the green one is not...Should I go back to the store and get another one?
@NizarMohideen
@NizarMohideen Жыл бұрын
I am sorry for the late reply. You can check it using STM32 ST Link utility as shown in video kzfaq.info/get/bejne/mdSma8Wh0Zybpas.html You need a Microsoft Windows PC for this purpose. Thanks
@Cn0lanakis
@Cn0lanakis Жыл бұрын
Hello,i would like to ask you: I have installed arduino bootloader on my stm32 but now i want to programm it using stm32cubeide. Except from st link that i need,do i need something else? Also, how can i delete arduino bootloader from my stm?
@kennethcarvalho3684
@kennethcarvalho3684 Жыл бұрын
Thanks a lot...Can we also do by directly connecting the board to laptop..how to install driver then for board
@ltlt6117
@ltlt6117 22 күн бұрын
Hi Why uart sends data reversed For example If I want to send 1139(ascii) = 0473(hex) When uart sends data i have 7304(hex) in my computer How I can prevent this?
@NizarMohideen
@NizarMohideen 22 күн бұрын
uart sends one byte a time. that means 8 bits if you want different size data to send break them into 8 bit pieces and reconstruct at the receiver end for example if you want to sent 16 bit number to send as you have shown, you can follow as shown below uint16_t toWrite; uint8_t Broken1; uint8_t Broken2; Broken1 = toWrite & 0xff; Broken2 = toWrite >> 8; uint16_t Reconstructed; Reconstructed = ((uint16_t)Broken2
@ltlt6117
@ltlt6117 22 күн бұрын
@@NizarMohideen very useful thanks👍👍
@arcrobotics9982
@arcrobotics9982 Жыл бұрын
I am facing a stupid problem , i reinstalled windows and now when ever i try openeing a new stm project the target project type only allows empty project 😢
@MonirMostafiz
@MonirMostafiz 11 ай бұрын
(could not verify st device please verify that the latest version of gdb-server). Sir I am facing this problem while uploading. i search for solution in google found that my chip is fake one, is there any way to upload it via cubeIDE??
@janosolah8010
@janosolah8010 Жыл бұрын
Thank you! This video is very helpfull!
@WhenTheCrowdsAreGone
@WhenTheCrowdsAreGone 2 жыл бұрын
after the "shutdown command invoked" part, how did you get the blinking? mine is not blinking after "shutdown command invoked"
@nohokum1944
@nohokum1944 2 жыл бұрын
Press the reset button on the STM32 board.
@tasarlanmsiq4634
@tasarlanmsiq4634 2 жыл бұрын
Thanks very much ♥️♥️♥️
@NizarMohideen
@NizarMohideen 2 жыл бұрын
You're welcome 😊
@kevinhoublon8630
@kevinhoublon8630 Жыл бұрын
Hello, great video 😄. I'm a beginner and I have a few questions : -Can we use this board and this IDE to control a color sensor, for example the color sensor "TCS3200"? Thank you in advance 😉. Cordially.
@alexrgd7966
@alexrgd7966 Жыл бұрын
Congratulations!! Very didatic video and very difficult to find on the web
@yapdoit8077
@yapdoit8077 7 ай бұрын
thank you bro. good for me.
@gianpaolo1331
@gianpaolo1331 2 жыл бұрын
Hi, with this system you can connect more LEDs in series such as these PL9823-F5 to be connected to the sim racing steering wheel? Tanks
@NizarMohideen
@NizarMohideen 2 жыл бұрын
I don’t have experience with PL9823-F5 with a sim racing steering wheel. I think you can use it as any other micro-controller to program coding for your needs. Thanks
@vinodkinoni4863
@vinodkinoni4863 2 жыл бұрын
well-done sir
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Thanks.
@delbandung4801
@delbandung4801 2 жыл бұрын
thank you, can i use serial ftd to upload the code?
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Yes, you can use FTDI with STM32 but you need to use some other IDE's such as Arduino IDE. If you want to use CubeIDE, you need an ST-LINK. Thanks
@delbandung4801
@delbandung4801 2 жыл бұрын
@@NizarMohideen for cube ide have to use stlink only ?
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Yes. That's correct.
@gpij4351
@gpij4351 4 ай бұрын
Not detected my st link v2 error how to overcome this problem
@NizarMohideen
@NizarMohideen 4 ай бұрын
Make sure USB port is working
@0miker0
@0miker0 Жыл бұрын
Love your video and each is very helpful. Why do you always enable Serial Wire Debug under SYS?
@NizarMohideen
@NizarMohideen Жыл бұрын
I enabled is so that program can be uploaded using those two pins
@komaroviecoclubpodcast4029
@komaroviecoclubpodcast4029 2 жыл бұрын
17:00 my STM32 is saying that ST-link server is required to launch debug session I checked device manager and STM32 STlinks shows up
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Connect st-link directly to pc usb without hub. Try with different usb ports. When installing cubeide, st-link driver will be installed if you follow my video properly. If not, uninstall and re-install cubeide following step by step. Thanks
@gibsonmb1
@gibsonmb1 Жыл бұрын
Thanks
@NizarMohideen
@NizarMohideen Жыл бұрын
Thanks
@salmantechnologies282
@salmantechnologies282 Жыл бұрын
How can we use stm32 bluepill without stlink programmer directly through usb port
@salmantechnologies282
@salmantechnologies282 Жыл бұрын
because stm32f01c8t6 have built in bootloader
@shambhusingh5094
@shambhusingh5094 2 жыл бұрын
Well done 👏
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Thank you 😁
@onlineVideo223
@onlineVideo223 Жыл бұрын
Can you make a tutorial about RFID RC522? Thank you so much!!
@jeyssonsalazargrajales384
@jeyssonsalazargrajales384 2 жыл бұрын
Yo tengo una ventana que dice "COULD NOT VERIFY ST DEVICE", mi programa no funciona
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Use OpenOCD instead of GDB community.st.com/s/question/0D50X0000BUjpxvSQB/error-in-initializing-stlink-device-reason-18-could-not-verify-st-device-abort-connection Thanks
@shihab6417
@shihab6417 2 жыл бұрын
sir, i cant upload code putting the bot pins in default position. i had to changed the boot0 jumper
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Thanks for the information. Most of the time, it will upload in the default position of boot0. If previous upload had some errors, then we need to change the jumper.
@roopesh668
@roopesh668 2 жыл бұрын
Though I am getting this error Error in final launch sequence: Failed to execute MI command: load C:\\Users\\hello\\STM32CubeIDE\\workspace_1.10.1\\blink\\Debug\\blink.elf
@NizarMohideen
@NizarMohideen Жыл бұрын
I am sorry for the late reply. If the chip is non-original from ST (a clone), you may want to program using ST-Link utility as shown in video kzfaq.info/get/bejne/kM-dZqR_ucXYg3k.html
@michaelbertocchi
@michaelbertocchi 5 ай бұрын
Work with stm32g431kb?
@NizarMohideen
@NizarMohideen 5 ай бұрын
Yes. It will work Same CubeIDE Different setup Same code
@Vpmoorthi
@Vpmoorthi 2 ай бұрын
Code dos not generate
@NizarMohideen
@NizarMohideen 2 ай бұрын
expand Core folder then expand Src folder then, you will find main.c file double click main.c file
@vigneshwaransaminathan6418
@vigneshwaransaminathan6418 3 жыл бұрын
Thanks sir
@NizarMohideen
@NizarMohideen 3 жыл бұрын
Thanks. You're welcome
@rajusarkar5952
@rajusarkar5952 2 жыл бұрын
Is the code uploaded successfully? It seems code doesn't upload as shut down invoked
@NizarMohideen
@NizarMohideen 2 жыл бұрын
If you get "shut down invoked" at the end, it is uploaded correctly. Thanks
@sumittambe2543
@sumittambe2543 11 ай бұрын
Hii sir can you help us with our project code ?
@bapugoudambiradar382
@bapugoudambiradar382 Жыл бұрын
can we upload using usb to ttl converter ?
@NizarMohideen
@NizarMohideen Жыл бұрын
Yes. You can. But you need to use other IDE's such as Arduino IDE. STM32CubeIDE needs ST-Link
@esmaeilanbarestani
@esmaeilanbarestani 2 жыл бұрын
I am interested in learning microcontrollers and I need a trainer
@NizarMohideen
@NizarMohideen 2 жыл бұрын
I have very simple videos even for beginners in my channel. Have a look If you any questions regarding it, you can contact me at nizarmohideen@hotmail.com I will check this email on Saturday or Sunday
@esmaeilanbarestani
@esmaeilanbarestani 2 жыл бұрын
@@NizarMohideen Yes I'm watching your videos But I have a lot of questions to do and learn And I will not give up until I understand That's why I need your help to better understand the issues
@esmaeilanbarestani
@esmaeilanbarestani 2 жыл бұрын
@@NizarMohideen So with your permission after watching the videos, if any questions arise I'll call you
@NizarMohideen
@NizarMohideen 2 жыл бұрын
Sure. you can ask the questions. You are welcome
@esmaeilanbarestani
@esmaeilanbarestani 2 жыл бұрын
​@@NizarMohideen :)
@jozefsoucik3115
@jozefsoucik3115 5 ай бұрын
list of videos are reversed.
@Firqin1986
@Firqin1986 6 күн бұрын
Lol he loved your comment 😂
@jozefsoucik3115
@jozefsoucik3115 6 күн бұрын
@@Firqin1986 love has no borders :-)
@bruceechan4440
@bruceechan4440 2 жыл бұрын
膜拜ing
@happysingh-gk2dj
@happysingh-gk2dj 2 жыл бұрын
Hiii sir I am making a project using stm32f401 using dfu mode but after trying many days I am unable to upload can u plz tell how I can contact you Thanks & regards
@NizarMohideen
@NizarMohideen Жыл бұрын
I am sorry for the late reply. If the chip is non-original from ST (a clone), you may want to program using ST-Link utility as shown in video kzfaq.info/get/bejne/kM-dZqR_ucXYg3k.html
STM32 Guide #2: Registers + HAL (Blink example)
30:02
Mitch Davis
Рет қаралды 192 М.
STM32 Guide #1: Your first STM32 dev board
12:12
Mitch Davis
Рет қаралды 204 М.
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 7 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:40
CRAZY GREAPA
Рет қаралды 37 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 9 МЛН
50. Install STM32CubeIDE and LED blink program with Nucleo for Windows
16:17
MicroPeta by Nizar Mohideen
Рет қаралды 31 М.
Installing the STM32 USB Bootloader, Easily! [SEE DESCRIPTION]
8:02
Caleb Marting
Рет қаралды 263 М.
STM32 F103 BLUEPILL - Getting Started with Arduino Core
9:32
Saravanan AL
Рет қаралды 76 М.
Getting started with STM32CUBE IDE || LED blink || F103C8
11:47
ControllersTech
Рет қаралды 108 М.
Blue-pill STM32 Programming Using ST-LINK V2 Dongle
7:53
0033mer
Рет қаралды 236 М.