Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Powering USB's Vcc pin

Status
Not open for further replies.

asp87

Junior Member level 1
Joined
Feb 16, 2008
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,427
Hi,

I have a PIC microcontroller connected to Beaglebone Black (similar to Raspberry Pi). The micro as well Beaglebone Black both have its own power supply.

Is it necessary to connect the Vcc pin of USB socket to +5V? If we leave it unconnected and just use these three pins- Rx, Tx and GND, it should work correctly, right?
 

The USB standard specifies that self-powered devices shall monitor VUSB to detect attachement and detachment. An USB device designed in concordance with the standard thus won't operate without VUSB. Your self-elaborated PIC device possibly will.
 

Hi,

Thanks for the reply. I'm very new to USB communication.

1. I'm using PIC18f4550, a 5V PIC device and the Vusb pin is grounded using a 470nF capacitor. Since you said attachment/detachment monitoring is through Vusb pin, how can monitoring be possible in this case?
2. While connecting two self powered devices, do we interconnect the +5V lines? This sounds bit dangerous. The interconnection should only be for Rx, Tx and ground lines, right?
 

I wrote VUSB but meaned VBUS.

VUSB is the internal driver supply of the PIC USB interface. It's not grounded, but connected to a bypass capacitor.

PIC18 has specific no pin to connect VBUS, a GPIO pin has to be used in a self-powered design. See the paragraph "USB Power Modes" in PIC data sheet.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top