Use CH341A with AsProgrammer on Windows

 Posted by:   Posted on:   Updated on:  2021-09-20T19:18:54Z

Program I2C and SPI memory chips with AsProgrammer utility on Windows.

CH341A serial programmers are cheap and quite popular. One of the most used device is the MiniProgrammer. CH341A is a chip with USB port. It can be interfaced with parallel ports, serial ports, I2C and SPI devices. The manufacturer of CH341A chip offers drivers for all operating systems. They even offer API for programmers who want to build software to talk to CH341A. In spite of this, software tools for CH341A are not very easy to find. Linux users have some command line tools, but Windows users had no open source software.

AsProgrammer is a graphical interface tool that can read, erase and write serial memory chips. It has been created by Alexander and it seems to exist since late 2011. It comes with support for UsbAsp, AVRISP-MKII and CH341A programmers. The utility is released under MIT license and can be downloaded from GitHub – binary releases here. I tested the utility with I2C EEPROM and SPI FLASH chips with success.

Use CH341A with AsProgrammer on Windows

Important! AsProgrammer is now released under a new name. NeoProgrammer is updated with more chips and new features and can be downloaded from 4pda forum only by registered users.

The latest release is from October 2017. Looking at the source code, it is written in Pascal and, for the CH341A, it uses the native API, not libusb. Therefore, it cannot be ported to Linux without code changes.

Download the release archive from GitHub and extract it. The software is portable, no install needed. The archive includes drivers and firmware for all supported programmers. It runs even on Windows XP.

Connect the programmer to an USB port. In AsProgrammer main window, go to Hardware menu and select CH341a. Then go to IC menu and select the one that you fitted on programmer. If using SPI memory, there’s a question mark button on the main toolbar (Read ID). Click this and it will (probably) detect the chip type, without you needing to choose it from menu.

AsProgrammer is now ready. Use the toolbar buttons to read, write, erase and verify chip (hover the mouse cursor over them to see what the do).

I tested it with 24C02 I2C EEPROM (256 bytes). Reading took less than a second. Programming took 36 seconds. Then I placed a SPI flash on the programmer. I didn’t even bother to see what’s marked on it, I used the Read ID button and it detected EN25F80 (1 Mbyte). Reading took 11 seconds and writing less than 2 minutes. Note that some chips are write protected and you will need to alter protection registers (see the dropdown menu on the Unprotect toolbar button).

The Cancel button does not seem to work when programming a chip. The software features scripting. Documentation and an example can be found in scripts folder. This utility has a forum page, but that is in Russian.

Another programming utility that will (probably) support CH341A in a future release is PonyProg. Check the discussion here.

If regularly using CH341A to program chips, you may want to buy a programmer with voltage level switch between 3.3V and 5V. There are also adapters to 1.8V. It’s important to know that the black MiniProgrammer supplies 3.3V to memory chips placed in the ZIF socket and 5V to CH341A. I2C and SPI bus voltage levels are set to 5V! A fix that requires some soldering already exists.

Have you ever used AsProgrammer before? I didn’t even know it existed until I found it by chance.

12 comments :

  1. I was using H341A with ASProgrammer to programm BIOS ms25x6435f 1.8 volt , perfect work - no errors , even was be able to fix original one
    Option to remove protection byte and programm and verify , all is working perfectly
    Was using WIN7 64 bit laptop to install drivers and managed to revive my motherboard GIGABYTE
    Recommend to use if you have broken BIOS 24XXX or 25XXX chip .Mst of 1.8 volts chips ARE SUPPORTED !!!!

    ReplyDelete
    Replies
    1. How were you able to do it? I bought a 1.8v adapter to program my Winbond W25Q64FWSIG. Tried it in both AsProgrammer and CH341A 1.34, 1.29 and even 1.18 (I own the Black Edition and did the 5V to 3.3V modification) and the chip cannot be detected. The 1.8V adapter is getting hot, and lights up the Run LED of my CH341A.

      Delete
    2. did you use sop8 clip? did you make sure the ic pin connect correctly (paying attention on dot marks)? as I had the IC getting hotter because I clip it too tight till the pin went bent or tilted and get short.

      Delete
    3. Jerome, Where do I see the 5v to 3.3v modification tutorial? For what situation is it necessary?
      Where is the 1.8v adapter required?

      Delete
  2. Hello, is it possible to read/write on a ST 080D0WQ EEPROM with AsProgrammer? thanks

    ReplyDelete
  3. How to use Rx and TX pins of the CH341A PROGRAMMER FOR read and write FIRMWARES/softwares from any type of led tv controller board, please provide circuit wiring diagram. Can we use CH341A PROGRAMMER for read and write EMMC CHIP OF ANDROID LED TV CONTROLLER BOARD, IF YES PLEASE PROVIDE DETAILS OF ITS CONNECTION DIAGRAM.

    ReplyDelete
  4. How to Checksum show CRC16 and CRC32?

    ReplyDelete
    Replies
    1. Save the binary data as a file, then open it with a hex editor (i.e., HxD) and compute checksums.

      Delete

Please read the comments policy before publishing your comment.