Use of FT2232HQ (as on CYW943907AEVAL1F)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ChMa_3922746
Level 5
Level 5
10 likes received 10 likes given 5 likes given

If I put the FTDI chip (FT2232HQ) as used on the CYW943907AEVAL1F in my design with the Murata 1GC, will it work without any specific programming of the FTDI chip?  Or, does it need to be programmed so that the SDK recognizes it?

0 Likes
1 Solution
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hello,

For your custom design, you don't need any specific programming of the FTDI chip for the SDK. The only thing is the driver support and those required drivers are automatically installed at the time of SDK download.

Thanks

Aditi

View solution in original post

0 Likes
3 Replies
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hello,

For your custom design, you don't need any specific programming of the FTDI chip for the SDK. The only thing is the driver support and those required drivers are automatically installed at the time of SDK download.

Thanks

Aditi

0 Likes

Thank you very much for your reply.  That is very helpful.  One further question:  Is the external EEPROM required?  It is not clear from the datasheet whether the WICED SDK driver needs it, or not.  "Host bus emulation" mode does not require it.

Update:  It doesn't matter since the Murata 1GC module is not avail. anywhere in inventory globally.  Moot point!

0 Likes
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

The external EEPROM is required. It configures the FTDI chip with the correct settings and puts the FTDI chip in the right operational mode.

This is done by programming the EEPROM via USB with the correct settings for the WICED board.

The EEPROM can be programmed in two ways-->

1. The EEPROM can be programmed using a tool called FT_PROG. You can follow this blog post-->

WICED FTDI chip programming

2. The EEPROM can be programmed via a script. This is easier. You can follow this blog post-->

WICED FTDI Chip Programming (2) via Script 

Thanks

Aditi

0 Likes