Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FT2232H support #105

Open
mrv96 opened this issue Dec 19, 2023 · 1 comment
Open

FT2232H support #105

mrv96 opened this issue Dec 19, 2023 · 1 comment

Comments

@mrv96
Copy link

mrv96 commented Dec 19, 2023

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

@arieslaptop
Copy link

arieslaptop commented Feb 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants