nofeletru / UsbAsp-flash

Program allow you to program flash memory on the protocols spi, I2C, MicroWire. Supports CH341a, CH347, UsbAsp, AVRISP(LUFA), Arduino, FT232H.
MIT License
920 stars 191 forks source link

FT2232H support #105

Open mrv96 opened 11 months ago

mrv96 commented 11 months ago

Hi, since FT232H and FT2232H are very similar chips, does this program support 2232? If not, would implementation have high effort?

arieslaptop commented 9 months ago

Hi, since FT232H and FT2232H are very similar chips, does this program support 2232? If not, would implementation have high effort?

The FT232H and FT2232H are FTDI chips that differ in the number of UART channels they have. The FT232H is a single-channel chip, while the FT2232H is a dual-channel chip. The FT2232H also has two multi-protocol synchronous serial engines (MPSSEs) that allow for communication using JTAG, I2C, and SPI on two channels simultaneously.

So its internal structure is different, other than all being similar. I designed the programmer for spi based on FT232HL. ft232h