# hc32flash **Repository Path**: kicer/hc32flash ## Basic Information - **Project Name**: hc32flash - **Description**: HC32xx系列MCU串口下载工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-06-03 - **Last Updated**: 2025-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HC32FLASH HC32xx flash downloader with USB-TTL adapter. ### Usage ``` usage: hc32flash.py [-h] [-l] [-d device] [-p port] [-b baudrate] [-u] [-L] [-R] [-w ] [-r ] [-v ] HC32xx Flash Downloader. optional arguments: -h, --help show this help message and exit -l, --list List support device -d device Device name, default HC32F003 -p port Serial port, default /dev/ttyUSB0 -b baudrate Serial baudrate -u, --unlock Unlock. Erase device when locked -L, --lock Lock. SWD port disabled -R, --reboot Reboot device -w Write data from file to device -r Read data from device to file -v Verify chksum data in device against file ``` ### Tested Device - [x] HC32L110x4xx/HC32F003x4xx - [x] HC32L110x6xx/HC32F005x6xx ### Hack Tools * HDSC ISP V2.21, hdsc.exe * ILSpy * Logic ### TODO * More device test