This is very underrated. You really make it simple to understand!
@RobertSmith-wj7zf9 ай бұрын
Great video! Thanks. One suggestion: When you say “…select SYS then click on Debug and select Serial Wire…” you should also explain why. And I’m referring to all areas of the video where you say “… click on this then select that…” It would be extra beneficial to know why.
@thomasleftwite10 ай бұрын
11:19 #1 blink onboard LED 17:11 #2-1 control external LED 20:35 #2-2 Multiple External LED 21:30 #3 read a digital input 26:47 #4 I2C16x2LCD 31:47 #5 Analog Sensor 34:26 #6 SSD1306OLED 34:26 #7 HC-SR04 Ultrasonic Sensor
@icollided Жыл бұрын
Great video! I have used the STM32 with the Nucleo boards before, but this is my first time trying out the STLink V2 dongle. It worked!
@peterlaidlaw865526 күн бұрын
Well done and useful, Thanks
@brandonjones466610 ай бұрын
AHH! Thank you for this video!
@Vishalkumar-ez5xy Жыл бұрын
Thank your for making this video, it means a lot to me.
@gainados2 ай бұрын
In my case I just had to change the debugger setting to ST-LINK GBD Server and upload the programs with the proggraming pin jumper set to 1 and after uploading the program just returning the pins jumper to 0 so the programs doesn't get erased as soon as device is powered off. Thank you for making me be able to use 10 microcontrollers I bought for 6€ on aliexpress 3 years ago.
@muhammaddanish727310 ай бұрын
very well explained
@PhG1961 Жыл бұрын
Great content, as usual!
@ElectroniClinic Жыл бұрын
Thanks buddy
@shashikantnikam47149 ай бұрын
I want to learn more programming about stm32.......
@shahsaud96444 ай бұрын
Kindly do not use background music
@vijaysulakhe56056 ай бұрын
Excellent explanation and video, many THANKS. Hope you make more video about STM32 projects with Arduino IDE.
@kiranjoseph387917 күн бұрын
can we use it without stlink
@Luna-dc3ru3 ай бұрын
Hello thank you for good video. I am wondering on stm32 board there are boot 0,1 pins. I saw some vidoe there are not working without connecting boot 0 pin to 3.3v. But in your video it working. How is it possible? And boot 0,1 pin is not that important to make code and any projects? Only need bootloader code? Thamk you so much. Have a good day
@RixtronixLAB2 ай бұрын
Nice,thanks :)
@City__Walker8 ай бұрын
I could connect battery 3v to stm32 or will be not working?
@marwanwahed46527 ай бұрын
Excuse but what version you used?
@PRIYATHARSHINIMARUTHAVANAN9 ай бұрын
Is it necessary to connect the STM32 with ST-Link only? why can't we connect the board using a USB cable like Arduino Nano?
@srinivasanpalanisamy30134 күн бұрын
Blue pill do not have any USB to serial convertor, in alternative you can use FTDI breakout for programming...
@Cyrusradplus5 ай бұрын
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?
@asifalikhan867711 күн бұрын
I am having error . Could not verify ST device verify latest version of GDB server .. anyone can help?
@PranavVibhute-z2i Жыл бұрын
Can please explain the code, new to hal
@cs_mcudsp62807 ай бұрын
I made project OLED but it is NOT work. OLED is NOT turn on light. I unable to solve it.
@ElectroniClinic7 ай бұрын
Check your version of the OLED display.
@cs_mcudsp62807 ай бұрын
GM009605v4
@N1ghtR1der666 Жыл бұрын
why do you have to program it with an ST-Link when it has a usb port?
@rubenstenlund Жыл бұрын
You need a special bootloader to use the usb port and it just gets unneccesarily complicated
@shehabelsheikh4748 Жыл бұрын
Is there an explanation or tutorial for that method? Program it directly, for some reason every time I connect it to my PC it says unrecognized USB device@@rubenstenlund
@jameshall531411 ай бұрын
Cut the music it’s distracting
@Steven_Bennett_YT Жыл бұрын
At 14.34 minutes into the video I found that using OpenOCD for the debug probe does not automatically reset the target hardware (Blue Pill) the STLink has to be unplugged from the computer and replugged as shown in the video, BUT switching to the ST-Link GDB Server does reset the target and start the downloaded code running - much better:) This method does use the STM32CubeProgrammer software so probably this has to be installed beforehand, but it is a free download from STM.
@WhatsTheWordBozo6 ай бұрын
If you are going to name this course "STM32CubeIDE Course for beginners" dont be spending over 15 minutes on things unrelated to the program. If I wanted board info I would look for a dedicated video. The majority of this video wastes soooooo much time. You are massively regulating your audience by focusing this video around one board, and its also making this video massively prone to becoming outdated.
@NeelesPolash4 ай бұрын
Moore Nancy Thompson Daniel Young Linda
@MicahJKelly9 ай бұрын
Dude we are beginners and know nothing about the board. Reading for us what all the pins CLEARLY SAY is the same as saying "blah blah blah and blah blah blah blah and blah". Tell us how to use it! ....ten minutes in and you're telling programmers how to download and install a program.... sigh... moving on.
@lohikarhu7349 ай бұрын
Stm32 mcu's are pretty damned 'deep', and often a single pin could easily take an entire video, on its lonesome... i haven't watched this yet, but a lot of comments seem pretty positive. Still, i vet what you mean.
@imclearingit41493 ай бұрын
there's tutorials about how to setup this board for using the Arduino IDE instead, but if you're complaining about having to program with the STM32Cube IDE then you're likely gonna complain about programming for Arduino too