FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: FT-X ICs: Power sequencing of VCC and VCCIO  (Read 14110 times)

ppeter

  • Guest
FT-X ICs: Power sequencing of VCC and VCCIO
« on: October 27, 2017, 03:17:43 PM »

According to the datasheets VCCIO is the supply for the embedded voltage level translator and VCC the supply for the IC itself. However, I could not find information on the power sequencing:

  * Is it allowed to power the IC via VCC and keep VCCIO turned off?
  * Is it allowed to power-off VCCIO while VCC is still powered?
  * Is it allowed to power-off VCC while VCCIO is still powered?

I'm designing low-power circuit (<50uA idle) and plan to use a FT230X or similar for occasional data readout and configuration. If it was possible to switch off VCCIO (and set all outputs from the uC tristate or GND) it would reduce power consumption and cost (no additional buffer needed). The uC could sense if VBUS is present and only then power-up VCCIO. VBUS would be tied to VCC and directly supply the FT-X IC when available.
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 892
    • View Profile
Re: FT-X ICs: Power sequencing of VCC and VCCIO
« Reply #1 on: October 27, 2017, 04:24:42 PM »

Hello,

Please refer to the FT230X Datasheet section 6 USB Power Configurations for some power configurations.

You should either choose a bus powered design, or self-powered design, and nothing in between.

VCC and VCCIO must always be applied at the same time.

You can also use the PWREN# signal (assigned to one of the CBUS pins) which indicates when the device has been enumerated by a USB Host.

The USB Host should also put the device into a low power suspend state, if the USB data bus is idle for >3ms.

Please also reference our Development Modules such as the FT-X Breakout Modules and FT-X Development Modules which can be used for test and development.

Best Regards,
FTDI Community
Logged