STM32 MCU serial firmware loader (jet another stm32loader fw bootloader tool)
STM32 MCU serial firmware loader.
Probably all STM32xxxx
please report any problems
test connectionstm32loader -p /dev/tty.SLAB_USBtoUART
dump content of FLASH memorystm32loader -p /dev/tty.SLAB_USBtoUART -d
save content of FLASH memorystm32loader -p /dev/tty.SLAB_USBtoUART -r file.bin
write bin file to FLASH from selected addressstm32loader -p /dev/tty.SLAB_USBtoUART -a 0x08003000 -w file.bin
mass erase, write bin file to FLASH, verify and execute applicationstm32loader -p /dev/tty.SLAB_USBtoUART -m -w file.bin -f -x
helpstm32loader -h