This is a CLI tool to unbrick CH32V003 microcontrollers using a WCH-LinkE device.
-
Clone the repository:
git clone https://github.com/shakir-abdo/ch32v003-unbrick.git
-
Navigate to the project directory:
cd ch32v003-unbrick -
Install the dependencies:
npm install
-
Make the script executable:
chmod +x unbrick.js
Run the CLI tool:
./unbrick.jsThis tool has been tested on the CH32V003J4M6 microcontroller.
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to Awab Omer (@awab228) for helping with analyzing and testing the USB traffic.