Skip to content

QT5 programmer software for the readind/writing SPI NOR FLASH use the CH341a device.

License

Notifications You must be signed in to change notification settings

YTEC-info/CH341a_spi_programmer

 
 

Repository files navigation

CH341a_spi_programmer

QT5 Linux programmer software for the readind/writing SPI NOR FLASH use the CH341a device.

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

This is a GUI program used widget QhexEditor. For setting the chip parameters you can use the Detect button for reading chip parameters (JEDEC information reading) or manually setting it.

The chip database format compatible with EZP2019, EZP2020, EZP2023, Minpro I, XP866+ programmers. You can edit the database use the EZP Chip data Editor

CH341A EEPROM programmer

Building

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

System requirements

  • cmake library

sudo apt install cmake

  • libusb library

sudo apt-get install libusb-1.0-0-dev

About

QT5 programmer software for the readind/writing SPI NOR FLASH use the CH341a device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.2%
  • C 37.7%
  • CMake 1.9%
  • Other 1.2%