eblot / pyftdi

FTDI device driver written in pure Python
Other
509 stars 212 forks source link

Default state for CBUS pins in GPIO mode? #379

Open dellagd opened 6 months ago

dellagd commented 6 months ago

Does anyone know the default state of the CBUS pins (specifically on a FT230X) after boot? AN184 states that the pins will go to the configure function after enumeration and EEPROM read, which I expect, but it doesn't state what is the default pin configuration for these pins as GPIO. Input with PU? PD? Output at some value?

image

Neither the D2XX Programming Manual or AN232R-01 provide further insight.

Hoping someone here has used these devices before and knows the behavior. Thank you!