stm32loader
stm32loader copied to clipboard
Python script to load firmware using STM32 bootloader
Hi, FYI. I'm using this for a port of Arduino to STM32F1xx hardware. However I noticed that your script didnt have a run/go feature in its command line, but I...
This is an interesting feature. It's a pitty that someone misses it.
I have setup stm32 board properly with boot0 set to 1 and boot1 set to 0 and connecting RX and TX to arduino uno board removing mcu from it. I...
Hi Guys, I think it is necessary to insert prerequisites like python version. Regards,
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...
Change python2 syntax with python3 to compatible with python3.