SWD flashing tool for EFM32 microcontrollers.
The project is divided into three parts:
- Software: The flashing utility.
- Electronics: Schematics and PCB (KiCAD).
- Firmware: Firmware for the target device.
To use the flasher, you can either:
- Run the utility directly with
cargo run
- Build the project in release mode with
cargo build --release
More info on how to use pilkki in Readme.md in the Software section