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.

control 7v device by 3.3 voltage logic

Status
Not open for further replies.

whiteshirtee

Newbie level 5
Joined
Feb 19, 2006
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,345
I want to use PLD to control a switch. the output voltage of the PLD is only 3.3V, but the switch needs 7V signal to control it.
How can I use this PLD to control the switch?
Is there any method to transfer 3.3v logic to 7v logic?
If it can, tell me what the chip or device is, please!

Thanks a lot!
 

Hi,


You can use tri-state logic and add pullup with 7V VCC. Instead of driving '1' drive 'z'.


Regards,
Kanags
 

Thanks. I have never use tri-stae logic. could you give me some advice specificly?
 

Hi,

If you are using verilog statement like

out_tri = (!out_signal) ? 1'b0 : 1'bz;

the synthesis tool will infer tristate buffer in the output.

Regards,
Kanagavel. S
 

what you can do is to make a simple transistor switch. It will be very flexible on the voltage range as long as the transistor can handle the switching and the power of the device.


Necolei
 

use the following ckt with invert logic in PLD....

connect 7v to feeder wire...
 

use ULN 2001 from TI
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top