This crate provides a cargo subcommand to flash ELF binaries via dfu Most STM chips will probably work with this, although you might need to add the vid and pid to the vendor map
You can install this utility with cargo:
cargo install cargo-dfuYou can use it like cargo build or cargo-flash with the option of giving the vid and pid:
cargo dfu <args> --vid <vid> --pid <pid>cargo dfu cargo dfu --chip stm32cargo dfu --vid 0x483 --pid 0xdf11feel free to open a PR to add chips to this
some chips like the gd32vf103 need additional udev rules therefor you need to copy the rules from the udev file into /etc/udev/rules.d/
sudo cp udev.rules /etc/udev/rules.d/cargo-dfu.rules
- check if multiple chips are connected