Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFT2232H 245 Synchronous FIFO Mode problem
Hello Im very new to FPGA's and am still learning so please be kind if the problem is obvious :) i have a FT2232H set to 245 Synchronous FIFO Mode. i have a program on the pc using...
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I use morphic-ii from FTDI and the eeprom has channel A configured as FIFO 245. But, i can't see any clock(60MHz) in pin 32 of FT2232H. Is there any set we need to get 60MHz in pin 32 ? Is there any command to send by usb ? --- Quote End --- you need some code like this to enable the clock FT_SetBitMode(ftHandle, 0xff, 0x40); '0x40 = Single Channel Synchronous 245 FIFO Mode (FT2232H and FT232H devices only)'