Open mrv96 opened 11 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.
Hi, since FT232H and FT2232H are very similar chips, does this program support 2232? If not, would implementation have high effort?