stm32loader icon indicating copy to clipboard operation
stm32loader copied to clipboard

Python script to load firmware using STM32 bootloader

Results 16 stm32loader issues
Sort by recently updated
recently updated
newest added

This branch covers: #5 #9 #4 #8 Changes: - support for Python3 (not backwards compatible to Python 2) - remove progressbar support - remove psyco support - improve documentation -...

It seems this script has spawned a large amount of children. Lots of projects refer to it as their startingpoint. However, this project does not clarify under which license it...

When I run script, on line 241 it says "invalid syntax"! It's simplistic "print" operator, what can be wrong??

Hi , I am using stm32loader 0.5.0 to flash fw to STMF4 series board. Using , python 3.7 series. I am trying to run in command line first, but it...

I'm following the instructions on https://medium.com/@paramaggarwal/converting-an-stm32f103-board-to-a-black-magic-probe-c013cf2cc38c to use stm32loader to flash the blackmagic firmware onto Blue Pill boards. I have tried four separate boards, ordered on two different occasions. The...

Hi, It seems this repository receives no maintenance anymore. I'm glad to assist ; I have a modernized fork at https://github.com/florisla/stm32loader . I'd be open for all options - merge...

Should still be backwards compatible with Python 2

When not provided with no argument, it should report an error and usage example. Right now, it throws an error saying it cannot find "/dev/tty.usbserial-ftCYPMYJ": ``` $ ./stm32loader.py Traceback (most...