Skip to content

GUI to flash 24C01 ... 24C1024 EEPROM chips with CH341A programmer

License

Notifications You must be signed in to change notification settings

dmikushin/24prog

 
 

Repository files navigation

I2C EEPROM programmer

The Prog24 is a free I2C EEPROM programmer tool for CH341A device based on QhexEdit2 and ch341 c-programmer tools.

This is a GUI program based on QhexEditor, which adds EEPROM read/write buttons and programmer information menu.

CH341A EEPROM programmer

Building

mkdir build
cd build
cmake ..
make -j4
sudo make install

Usage

Run the prog24 executable and do the following:

  1. Insert the EEPROM 24Cxx chip in the correct place in the socket of the programmer. See the picture on the PCB of the programmer for information.

  2. Connect your CH341A Programmer device into usb port.

CH341A programmer device

  1. Select the EEPROM chip in menu - 24C01, 24C02 ...24C512 (Press button select).

  2. For reading from a chip select the 'Read from EEPROM' item. (Press button read).

  3. For saving the dump press the diskette button save and setting the name of file.

  4. For open the existing file press the folder icon load and select the file.

  5. For writing the dump to EEPROM press the 'Write to EEPROM' write button.

About

GUI to flash 24C01 ... 24C1024 EEPROM chips with CH341A programmer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.3%
  • CMake 6.7%