Skip to main content

USB Programming Tool for WCH Microcontrollers

Project description

USB Programming Tool for WCH Microcontrollers

Description

With this tool, almost all WCH microcontrollers (CH5xx, CH6xx, CH32Fxxx, CH32Vxxx, CH32Xxxx, and CH32Lxxx) which have a factory-builtin bootloader (v2.x.x) can be flashed via USB.

Preparations

On Linux you do not need to install a driver for the USB bootloader. However, by default Linux will not expose enough permission to upload your code. In order to fix this, open a terminal and run the following commands:

echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="4348", ATTR{idProduct}=="55e0", MODE="666"' | sudo tee /etc/udev/rules.d/99-ch55x.rules
echo 'SUBSYSTEM=="usb", ATTR{idVendor}=="1a86", ATTR{idProduct}=="55e0", MODE="666"' | sudo tee -a /etc/udev/rules.d/99-ch55x.rules
sudo udevadm control --reload-rules

For Windows, you need the CH372 driver. Alternatively, you can also use the Zadig tool to install the correct driver. Here, click "Options" -> "List All Devices" and select the USB module. Then install the libusb-win32 driver. To do this, the board must be connected and the microcontroller must be in bootloader mode.

Installation

Ensure that the prerequisites for installing Python packages are met. Then execute the following command in the command line:

pip install chprog

Usage

The bootloader must be started manually for new uploads. To do this, the board must first be disconnected from the USB port and all voltage sources. Now press the BOOT button and keep it pressed while reconnecting the board to the USB port of your PC. The chip now starts in bootloader mode, the BOOT button can be released and new firmware can be uploaded via USB. Alternatively, you can leave the board connected to the USB port, press and hold the BOOT button, press and release the RESET button and then release the BOOT button to enter the bootloader mode. If there is no BOOT button on the board, look at the datasheet to find out which pin needs to be pulled to which voltage level for the microcontroller to go into boot mode.

Now run the following command (example):

chprog firmware.bin

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chprog-2.5.2.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chprog-2.5.2-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file chprog-2.5.2.tar.gz.

File metadata

  • Download URL: chprog-2.5.2.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for chprog-2.5.2.tar.gz
Algorithm Hash digest
SHA256 338ddd6330cf22b1222dec39d0332c03f8ee9c09ac06c31d826507e68b5ffb2b
MD5 dda1d739e54679420e5a21174898df9a
BLAKE2b-256 17c2ee8d626fe5c5b1366e237e323189c0073acace25f5fa96babd8504f27d7a

See more details on using hashes here.

File details

Details for the file chprog-2.5.2-py3-none-any.whl.

File metadata

  • Download URL: chprog-2.5.2-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.12

File hashes

Hashes for chprog-2.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f77e86823e6bd2ef497b677fb3ddcd3db22f3d99437f65eb6265790959e367ca
MD5 244ebbcb20861c241ff8418a18b146c2
BLAKE2b-256 227a9364847050b650ec7cda2b137d17272c7f2e6a5bfaf46489f313fdc7d033

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page