How to program an STM32 board with the Arduino IDE

  Рет қаралды 42,410

Abstract programmer

Abstract programmer

Күн бұрын

Пікірлер: 67
@specializedracer
@specializedracer 2 жыл бұрын
This guy is actually underrated because man the videos actually help people out sad thing youtube doesn’t promote the videos but never give up man!
@RwP223
@RwP223 2 жыл бұрын
I subscribed
@TheRealMaster9000
@TheRealMaster9000 Жыл бұрын
No nonsense, provides all of the essential information to get up and running, worked on the first try with Nucleo-32 STM32L432. Awesome video!
@absprog
@absprog Жыл бұрын
Thanks for your support and kind words!👍
@raif10
@raif10 Жыл бұрын
I've been fighting with the Arduino IDE and my STM32F446RE for two hours and about a dozen methods. This one works PERFECTLY and this video is fantastic.
@absprog
@absprog Жыл бұрын
Thanks for your support and kind words!
@celalkalaycoglu4880
@celalkalaycoglu4880 5 ай бұрын
sir, your work is amazing! You helped me and many rookies like me. I don't know where you are from, where you live, who you are, but I am grateful to you
@absprog
@absprog 5 ай бұрын
Thank you for your feedback🙏
@szampadelapa4759
@szampadelapa4759 2 жыл бұрын
It works, great tutorial. I have STM32 Nucleo-G431RB and here different diode is blinking, exactly two times like example program says.
@absprog
@absprog 2 жыл бұрын
I am glad you found this helpful
@onlycarlx
@onlycarlx Жыл бұрын
There is a metodh to use the hc-o6 with stm32 and program it with the arduino ide?
@SadiaBibi-mz6iv
@SadiaBibi-mz6iv 28 күн бұрын
seedhi baat no bakwas . such a precise , to the point video. and leaves out nothing
@absprog
@absprog 28 күн бұрын
Appreciate it, thank you for your feedback
@roockiebatleboa7704
@roockiebatleboa7704 Жыл бұрын
Hello, i have the STM32H7A3/Nucleo144 Should i use the board "nucleo 144" or "generic STM32H7 series" ?? And i can't find neither of both the H7A3ZI-Q series in board part number. Help me please :p
@SonalK
@SonalK 9 ай бұрын
I'm trying this with a WB55 board but I'm unable to flash it, I get no errors but the Blink example sketch doesnt make it blink. It works on my F401RE board but I've noticed "Uplaad method" is set to Mass Storage on that one but on the WB55 it says "SWD". Can that have something to do with it?
@joseguevara184
@joseguevara184 Жыл бұрын
Nice video. Let me ask you, for 3d printer boards I just simply choose 3D printer borads from STM32 Menu? I am installing Marlin on a Geeetech Spark mainboard.
@omareliotorrescastillo4808
@omareliotorrescastillo4808 Жыл бұрын
Hi, right now i own a STM32F103RCT6/RBT6 board, there are any information, these card has two mini usb c ports, would be the same procedure as you did in this video for my STM32F103RCT6/RBT6? any suggestion where to find information in how to code my board? anyhelp is appreciated, thank you very much
@instantnoodles7155
@instantnoodles7155 11 күн бұрын
i think you gott program through serial ttl
@chaldean7043
@chaldean7043 Жыл бұрын
This does not work with latest version of arduino 2.0.0 and newer?
@farziverse4209
@farziverse4209 7 ай бұрын
It is giving me Upload Failed errror. Any way to resolve it?
@samanttejasr
@samanttejasr 5 ай бұрын
how to use nucleo 64 as a isp to program blank mcu
@ВоваВовкинс-ъ7м
@ВоваВовкинс-ъ7м 5 ай бұрын
How you’re arduino seeing com port ?
@RoyALRiBBoN
@RoyALRiBBoN Жыл бұрын
i like your teaching style bro..good job 👍
@absprog
@absprog Жыл бұрын
Thanks for your support and kind words! 🤝
@hristinagjoneska3535
@hristinagjoneska3535 Жыл бұрын
why i cannot find port f334r8?
@vannhatpham2053
@vannhatpham2053 Жыл бұрын
arm-none-eabi-g++: error: COMPUTER\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.3.0=.: No such file or directory. I have an error. Help me
@ayushrai5524
@ayushrai5524 Жыл бұрын
Showing error STM32_Programmer_CLI.exe not found
@dk-simtools7679
@dk-simtools7679 11 ай бұрын
Dude, how do NUCLEO-F401RE get into BOOT
@animongahajime9302
@animongahajime9302 Жыл бұрын
very informative and straight forward, thank you very much
@absprog
@absprog 11 ай бұрын
Thanks for your kind words!👍
@MKRCLabs
@MKRCLabs 2 жыл бұрын
I am getting compiler error Any solution
@loicbarcaroli6175
@loicbarcaroli6175 2 жыл бұрын
same
@deplorablesecuritydevices
@deplorablesecuritydevices Жыл бұрын
Thanks for taking the time to make this. I keep getting the following error: arm-none-eabi-g++: warning: {compiler.optimization_flags}: linker input file unused because linking not done Any ideas?
@ArkadiuszHartung
@ArkadiuszHartung Жыл бұрын
Your video is very helpful!
@absprog
@absprog Жыл бұрын
That's great to hear :-)
@nothingandmorenothing2736
@nothingandmorenothing2736 10 ай бұрын
Thank you so so much! Your video helped me a lot!
@absprog
@absprog 10 ай бұрын
I am glad you found this helpful👍
@svenkalina2567
@svenkalina2567 4 ай бұрын
is there a way to contact you i have a question about a stm32f446 chip
@markuspfaff5504
@markuspfaff5504 2 жыл бұрын
hey, great video :-) you show, how I have to set any pin as an input with pullup as at a ESP32? I tried in the setup(): pinMode(BUTTON_gruen_PIN, INPUT_PULLUP); but no effects. In the loop() I tried this: if ( digitalRead(BUTTON_gruen_PIN == LOW) ) { any code} . Have you any idea, how it works at the Nucleoboard F445RE?
@ajuwinfly8272
@ajuwinfly8272 Жыл бұрын
Oh very nice im now progrm complete thz you 🎉🎉🎉🎉
@absprog
@absprog Жыл бұрын
Congratulations on completing your programming project! I'm glad that I could be of help 👍
@kamranrashid8593
@kamranrashid8593 2 жыл бұрын
I try but it is giving compiler error
@vannhatpham2053
@vannhatpham2053 Жыл бұрын
Have you solved that problem yet?
@A1Electrotech
@A1Electrotech Жыл бұрын
sir please make video stm32f103c flight controller program video step by step
@durairaj5747
@durairaj5747 6 ай бұрын
god for the beginners thank you so much
@absprog
@absprog 6 ай бұрын
Glad it was helpful!
@ricardobose9303
@ricardobose9303 Жыл бұрын
Great video!!! Thanks a lot!
@absprog
@absprog Жыл бұрын
Thank you, I appreciate your positive feedback🤝
@norzuhaira
@norzuhaira 2 жыл бұрын
Helped alot thank you so much:)
@absprog
@absprog 2 жыл бұрын
Glad it helped! 👍
@mkr32
@mkr32 2 жыл бұрын
thanks very good info apriciated
@absprog
@absprog 2 жыл бұрын
I am so glad you found this helpful 😊
@khanawada
@khanawada Жыл бұрын
excellent tutorial. Right at the end you said "led blinks as expected". To correct it, it is not "led" but LED so you pronounce it as L, E, D. thanks
@absprog
@absprog Жыл бұрын
Thank you for bringing this to my attention and helping me to improve. I'm glad that you found the video helpful
@darkrasen
@darkrasen 2 жыл бұрын
Thanks so much!
@absprog
@absprog 2 жыл бұрын
You're welcome!
@aylonmelamed304
@aylonmelamed304 3 ай бұрын
sirton meule, ze mamash yaazor li im taase gam "hello world" im arduino ide. toda.
@absprog
@absprog 3 ай бұрын
👍
@andreaslon
@andreaslon 3 ай бұрын
i also have a f401re,wow
@fadilnant
@fadilnant Жыл бұрын
Thank you so much
@absprog
@absprog Жыл бұрын
You're most welcome 👍
@preethichintam5239
@preethichintam5239 11 ай бұрын
thank you
@absprog
@absprog 11 ай бұрын
You're most welcome👍
@kamranrashid8593
@kamranrashid8593 2 жыл бұрын
740+66 =806
STM32 Guide #1: Your first STM32 dev board
12:12
Mitch Davis
Рет қаралды 238 М.
STM32 F401 F411 -How to Program using USB
4:59
Saravanan AL
Рет қаралды 972
Wednesday VS Enid: Who is The Best Mommy? #shorts
0:14
Troom Oki Toki
Рет қаралды 50 МЛН
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 577 М.
PlatformIO: All you need to know in 10 Minutes!
10:56
J's e-shack
Рет қаралды 354 М.
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,9 МЛН
STM32 Guide #2: Registers + HAL (Blink example)
30:02
Mitch Davis
Рет қаралды 220 М.