Using a STM32 like an Arduino Tutorial | STM32F103C8 vs STM32F030F4 vs STM8S103F3 vs Arduino

preview_player
Показать описание

In the video first, we will be looking at the different types of micros from STM and comparing them to each other along with an Arduino UNO.
After that, we will be converting an STM32 board to an Arduino and upload code to it using the Arduino IDE.

Instructables: |Upldating Soon|

Wanna help us out? Consider donating any amount:

Track: Raiko - Revenger [NCS Release]
Music provided by NoCopyrightSounds.

#STM32 #Arduino #STM32F103C8 #STM32F030F4 #STM8S103F3
Рекомендации по теме
Комментарии
Автор

Arduino At328p is 8bit at up to 20 Mhz, 10bit ADC
Blue Pill stm32f103c 32-bit at up to 72 MHz, 12bit ADC

dmitribovski
Автор

Really excellent review, comparison and demo/instructions! Many thanks!

englishrupe
Автор

awesome job, I love the simple pen and paper presentation, it's all about the data not the silly graphics for me

Good-Enuff-Garage
Автор

Thanks for this - I'd ordered 5 of the "Blue pills" from AliExpress the other day because they were stupidly cheap and thought "I've no idea what I'll use them for but I'll get some anyways".... Good to know I can use them with the Arduino IDE though! I flashed the bootloader (Although I used the USB ST Link that came with the bundle) and it works great with the IDE. Thanks for the helpful video

IAmOrion
Автор

Bro after doing the process you explained in the video I can't find the maple mini comport in my Arduino IDE.under the device manager I can see an exclamation mark under USB devices. i tried installing the drivers but still, it does show the comport.
Please help me out!!!!

sankeerthc
Автор

Useful video!. Watched at 2X speed to save time :)

PraveenMax
Автор

Please share any playlist link for coading smt 32 as Arduino nano few codes (lcd interfacing, servo code, different sensors code) on smt 32 like Arduino

Shubham-potp
Автор

I have a STM32F103C8T6 and I connected my board to FTDI232 like you said, flashed the same file successfully, my board gets recognized as Mapple Mini on COM11 and variant settings in Arduino IDE are just like shown in the video but when I try to upload any code to it I get this error:

maple_loader v0.1
Resetting to bootloader via DTR pulse
Reset via USB Serial Failed! Did you select the right serial port?
Searching for DFU device [1EAF:0003]...
Assuming the board is in perpetual bootloader mode and continuing to attempt dfu programming...

dfu-util - (C) 2007-2008 by OpenMoko Inc.
Couldn't find the DFU device: [1EAF:0003]
This program is Free Software and has ABSOLUTELY NO WARRANTY


timeout waiting for COM11 serial

Also not sure if it is relevant but connecting the board to my Windows 10 computer makes a device connect and disconnect sound. Please help me troubleshoot.

cgnclk
Автор

does the Bootloader with STM32LXXXX boards? i developed a project using an arduino and now i need to load the code on to my new PCB that has a STM32L microcontroller.

glowpong
Автор

what a great video. very well done thank u for it

Cdswjp
Автор

When I upload the program for bootloader in stm32 that is a successfully done and upload LED blinking program in stm32 that's work but the removing usb to ttl converter that LED blinking are not working without usb to ttl converter

fegadevaibhav
Автор

Thanks. At 14:05 you show the STM32 connected to USB cable, but at this stage it is connectted by wires to the FTDI not to the computer by USB calel ?

batticha
Автор

Can we use the modulus of arduino 5v with STM32 board ?
I think that Arduino code will run on STM32 with the same speed. Is that right???
Thank you .

HON_MEA
Автор

I am having second thoughts to buy a few STM32 blue pill boards. Very good video!!!! 😀

kosa
Автор

what is the difference between the
STM32F103C6 T6 and
STM32F103C8T6... 6T6 and 8T6

mesquitamk
Автор

what is a flash loader & boot loader mean?

Cdswjp
Автор

ATMEGA328P is not a 32bit microcontroller. Its an 8-bit Microcontroller

ElectroMart
Автор

Is it possible to use the Arduino Libraries with the STM32? Or we have to use STM32 specific libraries? Thanks.

abhaygarg
Автор

Good video nicely explained. Can you make a video Blue Pill STM32F103C8 and SD card. It would be good to process it since there is no tutorial, a lot of people switch from Uno 328p to Blue Pill

aleksandarrankovic
Автор

i think you're method does TWO things:
- makes the board programmable via USB
- makes the board run Arduino code, with loop{} and setup{}.

But what if i don't want loop{} and setup{}? What if i want to program via USB, but i want to use C-style main{}?
Is that possible? How?

thx

johnaweiss