d2c35dc60140cf4e6f81c5108df25f7c8ffc7413
ch32v203-bms
A simple battery management controller software.
Building
cargo build --release
Flash
wchip wchisp flash target/riscv32imc-unknown-none-elf/release/bms
Debugging
For debugging purposes a container file is provided together with wrapper scripts to start the containerized openocd and riscv-gdb transparently. The wrapper scripts assume that podman is setup.
Starting Debug server
./bin/openocd
Connecting with gdb for interactive debugging
./bin/gdb -f target/riscv32imc-unknown-none-elf/release/bms
Languages
Rust
88.5%
Linker Script
6%
Shell
3%
Dockerfile
2.5%