stm32loader icon indicating copy to clipboard operation
stm32loader copied to clipboard

Flash firmware to STM32 microcontrollers using Python.

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

Hi, I have instructions to flash a firmware that were done with the old version of stm32loader by Ivan A-R. ./stm32loader.py -p $port -b 115200 -a 0x8000000 -E 126 -w...

feature
question

I'm working on a project where I have an application loaded at `0x08005000` and I have reserved 22 pages. I was running some tests on how to erase that section...

bug
documentation

Hi all, This partial rewrite of stm32loader allows usage without supplying the `--family` argument. Since this is a fairly impactfull change, I hesitate to release it without proper testing on...

help wanted
devices

Can replace flake8 plus plugins, pylint, isort, black.

cleanup

From #67, it would be nice to print out exactly whih flash address/size/pages are being erased.

feature
usability

Check if an **FTDI** UART adapter driven through `pyftdi` can be used successfully. PyFTDI: http://eblot.github.io/pyftdi/ Usage as a serial port: http://eblot.github.io/pyftdi/api/uart.html

question

I would like to be able to execute the program after flashing without power cycling the device. I believe this is possible using the "go" command.

feature
approved

Fixes incorrect use of assert with mock object that became error on python 3.12: https://github.com/python/cpython/issues/100690 Error while running tests before this fix: ```text ============================= test session starts ============================== platform linux...

Hey, I added support for STM32G4 controllers. Please consider my pull request. Cheers, Alex