libftdi Archives

Subject: ftdi_eeprom and FT230X

From: Dave Bender <codehero@xxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Mon, 22 Jul 2013 09:15:05 -0400
So I'm trying to set up synchronous bitbang on my FT230X board and am stuck configuring the CBUS pins. I am using ftdi_eeprom built from the latest git sources. I use a config file with the following lines:

cbus0="BITBANG_WR"
cbus1="IO_MODE"
cbus2="IO_MODE"
cbus3="IO_MODE"

However, when I read back the EEPROM I get:

CBUS0 Function: CLK12
CBUS1 Function: CLK24
CBUS2 Function: CLK24
CBUS3 Function: CLK24

It seems that config file parsing refers to the enum ftdi_cbus_func while reading back seems to refer to ftdi_cbush_func...can anyone advise if this is a bug in ftdi_eeprom or libftdi?


libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx


Current Thread