stm32loader
stm32loader copied to clipboard
Flash firmware to STM32 microcontrollers using Python.
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...
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...
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...
From #67, it would be nice to print out exactly whih flash address/size/pages are being erased.
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
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.
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