STM32 BLUEPILL USB BOOTLOADER SUPPORT

preview_player
Показать описание
Uploading code on to STM32 Bluepill Arduino core is through serial bootloader at USART1 or through ST LINK at SWID.
USB also can be used to upload code.
This video is on how to implement USB BOOTLOADER SUPPORT toSTM32 BLUEPILL

Flasher tool download :

Driver support :

.bin file for PC13 builtin LED board :

Рекомендации по теме
Комментарии
Автор

Excellent description. Works very fine. Thank you for uploading !

dieterklann
Автор

Very informative and well presented. Thank you for uploading this video.

ashwinshetty
Автор

I am using USB to TTL converter, adjust jumper position, but Flash loader is not detecting my controller

So I need to change reaistance as shown in video?

jayantpanhalkar
Автор

So you have 3 options.
1 = flash the Arduino Loader
2 = flash the STLink V2 Loader
3 = flash the Blue Pill USB Loader
The questions are what is the smallest Loader so you have more Flash memory free for your own programs ?
Thank you
DJ

d.j.peters
Автор

my pc throws error that it does not recognise this device as soon as i connect it to my pc. i have already installed the drivers and tried many times but stuck here.

jamesandrew
Автор

my stm is not not getting resetted it is running the same builtin code even after keeping the resistor, sir pls help me out.

vishnupriyatummala
Автор

sir after flashing the bootloader .then connecting the STM 32 via USB, in the device manager I cant see the com port while there is an exclamation under USB Bus controller

sankeerthc
Автор

The link to the drivers doesn´t work man ! Where did you get the drivers from ?

tswoshman
Автор

Can't you load boot loader using Arduino nano
There are many videos using ftdi

soparkarsanjay
Автор

Hi, I have a problem with the software. When is running Flash Loader I connect the blue pill and doesn't appear any device in "Port Name", but it's recognized by W10. Any idea?

anubismva
Автор

Please do a video of stm32 interfacing esp8266 using serial for wifi support

sanjaynahata
Автор

I GOT A ERROR IN MY ARDUINO --- A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION at pid=5028, tid=15644
#
# JRE version: Java(TM) SE Runtime Environment (19.0.2+7) (build 19.0.2+7-44)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (19.0.2+7-44, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# C [jSSC-2.8_x86_64.dll+0xb5db]
#
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
PLEASE HELP ME FOR THAT

veervipin
Автор

Anybody facing this issue ?


Failed to init device.
stm32flash 0.4


Using Parser : Raw BINARY
Interface serial_w32: 115200 8E1

NewYorkeez