stm32bl
1.0.0
STM32 MCU串行固件加载器。
大概是所有STM32XXXX,请报告任何问题
测试连接stm32loader -p /dev/tty.SLAB_USBtoUART
闪存的转储内容stm32loader -p /dev/tty.SLAB_USBtoUART -d
保存闪存的内容stm32loader -p /dev/tty.SLAB_USBtoUART -r file.bin
将bin文件从选定地址stm32loader -p /dev/tty.SLAB_USBtoUART -a 0x08003000 -w file.bin写入bin文件。
批量擦除,将bin文件写入闪存,验证和执行应用程序stm32loader -p /dev/tty.SLAB_USBtoUART -m -w file.bin -f -x
帮助stm32loader -h