Forum Discussion
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)'