FTDI Community

General Category => Discussion - Hardware => Topic started by: MultipleMonomials on December 03, 2023, 02:34:38 AM

Title: FT232H Non-Responsive in Design -- Running Out of Ideas
Post by: MultipleMonomials on December 03, 2023, 02:34:38 AM
Hello all!  I am working on a PCB design (open source here (http://"https://github.com/mbed-ce/mbed-ce-ci-shield-v2/blob/master/Design%20Files/Rev1/docs/mbed-ce-ci-shield-v2-schematic.pdf"), the FT232H is on page 3) which uses an FT232H to provide USB to SPI/I2C/UART conversion.  I've been testing the first board for some time, and have been unable to get any response out of the FT232H chip.  I see that it's outputting power on the VPHY and VPLL pins, but it has not been responsive over the USB interface -- both USB pins seem to be stuck floating.

The elephant in the room with my design is that I didn't provide an EEPROM for the FT232H, since the datasheet indicates it's not required (this board will only be used internally and I don't need to use a custom VID/PID or any permanent configuration).  However, I couldn't find any examples whatsoever of how to connect the EEPROM pins when there isn't an EEPROM on the board, so I wasn't entirely sure what to do.  Originally I tried pulling EEDATA low, and then I tried reworking the board to pull all three EEPROM pins high, but neither seemed to produce a response.

Things I have tried so far:

After all this, I'm about out of ideas.  Does anyone know if there's anything special I need to do to get the FT232H to work without an EEPROM attached?  Are there any other troubleshooting steps I can do to diagnose the issue?  I'm just about to give up and redesign with a competitor chip (CY7C65211), so any tips would be appreciated!
Title: Re: FT232H Non-Responsive in Design -- Running Out of Ideas
Post by: FTDI Community on December 04, 2023, 11:53:22 AM
Hello,

could you please email your schematic to support1@ftdichip.com? we can then review it for you to see if there is anything that could be causing your issue.

Best regards
FTDI Community
Title: Re: FT232H Non-Responsive in Design -- Running Out of Ideas
Post by: MultipleMonomials on December 13, 2023, 06:02:38 PM
As an update, the support people reviewed my schematic, and found an issue -- an EEPROM is actually required for the FT232H's self powered operation mode, because you have to configure the chip to self powered in the EEPROM.  Also, ACBUS7 should be set so that the pin is pulled up  to 3.3V when USB VBUS is active.

That said, this still doesn't explain why it wouldn't enumerate on my board after the reworks, and I think I may have to give up on this chip for now.