diff options
Diffstat (limited to 'ch-flash/README.md')
-rw-r--r-- | ch-flash/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ch-flash/README.md b/ch-flash/README.md new file mode 100644 index 0000000..6fcf010 --- /dev/null +++ b/ch-flash/README.md @@ -0,0 +1,15 @@ +# ch-flash + +A program for flashing the CH573 devices. + +this is a fork of [](https://github.com/frank-zago/isp55e0.git) with the notable +difference that it will wait for the CH573 device to be connected if one is not +connected already. + +This has the benefit of not needing to "race the clock" when flashing the device +because the CH537 (or at least the ones I have) have an unstable usb interface +and will disconnect and reset after several seconds of being connected to the +machine. + +With this new utility one can run the flash program and then connect the device +when it will be flashed. |