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

bigbigmdm/CH341a_spi_programmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CH341a_spi_programmer

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

The CH341a_spi_programmer is a free SPI NOR FLASH 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 install libusb-1.0-0-dev

  • Qt5 development library

sudo apt install qtbase5-dev

Related links

See also my IMSProg - universal linux programmer for the CH341a device (24xxx, 25xxx, 45xxx, 93xxx, 95xxx series chips supported).

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