Quickstart schematic questions
dr hydra
Posts: 212
I am looking at the schematic for the quickstart board and have a few questions
1. the 5v VBUS...is that 5v regulated? Can you take the VBUS and use that as a 5v power supply for a 5v device (microcontroller)? And is that true for all VBUS (from computers, wall chargers, etc)? It looks like the FT232RL gets a direct feed (VCC) from the USB device...does the FT232 a have regulator in the chip for the 5v?
2. Why does the quickstart board use a 74lvc126 buffer...Why not just feed the 3v3out from the FT232RL to the VCCIO then all the input/output from the FT232 would be at 3.3v...therefore, elimating the 74LVC126 chip
Thanks
1. the 5v VBUS...is that 5v regulated? Can you take the VBUS and use that as a 5v power supply for a 5v device (microcontroller)? And is that true for all VBUS (from computers, wall chargers, etc)? It looks like the FT232RL gets a direct feed (VCC) from the USB device...does the FT232 a have regulator in the chip for the 5v?
2. Why does the quickstart board use a 74lvc126 buffer...Why not just feed the 3v3out from the FT232RL to the VCCIO then all the input/output from the FT232 would be at 3.3v...therefore, elimating the 74LVC126 chip
Thanks
Comments
The buffer is because weird reset problems, parasitic power would flow back in to the non-powered ftdi chip and wake it up and cause a reset.
thank you for the reply...so (most likely) my usb phone charger that plugs into the wall is a regulated 5v supply? The reason I ask is because...I remember (in the past) hearing that wall plug power supplies (like the 9VDC 300ma power supply sold by parallax) is unregulated and can cause a spike in power which can damage your board.
By connecting the USB-PWR-EN to gnd, you will override this 5V signal
So by grounding it, you enable Vbus to be available on Vin.
P-Mosfet
http://www.diodes.com/datasheets/ds31830.pdf
But a grounded USB-PWR-EN will override any signal comming from FTDI chip.
Quote:
Output is low after the device has been configured by USB, then high during USB suspend mode.
This output can be used to control power to external logic P-Channel logic level MOSFET switch.
Enable the interface pull-down option when using the PWREN# in this way.