Изменил(а) на 'README.md'

master
zen 4 weeks ago
parent a368084154
commit b648f11f8f
  1. 5
      README.md

@ -1,2 +1,7 @@
# balccon_txt # balccon_txt
## Dump firmware
```bash
openocd -f interface/stlink.cfg -f target/stm32f1x.cfg -c init -c "reset halt" -c "flash read_bank 0 firmware_gold.bin 0 0x10000" -c "reset" -c shutdown
```
Loading…
Cancel
Save