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.

How to connect an led to a 8085 Microprocessor and toggle it

Status
Not open for further replies.

rameshbabu

Member level 2
Joined
Aug 1, 2007
Messages
46
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,663
Microprocessor

How to connect an led to a 8085 Microprocessor and toggle it.
 

Re: Microprocessor

I want to connect an led to 8085 Microprocessor with out using any interfacing devices.
I want to connect it directly, then to which pin i have to connect and make that led toggle.
 

Re: Microprocessor

I want to connect an led to 8085 Microprocessor with out using any interfacing devices.
I want to connect it directly, then to which pin i have to connect and make that led toggle.

Connect an led and resistor in series as described below.
1) Connect an led to P0.7 (pin 32 on the 8051) Cathode of led to P0.7.
2) Connect a resistor (330 Ohms) to the aonde of the led
3) Connect other end of resistor to +5vdc

4) Write program as follows:
LOOP:
mov p1,#0ffh ; To configure port for input.
.............................................
.............................................

I will write an example program to flash the led if you want me to.
 

Microprocessor

PLZ CONNECT LED TO SOD PIN OF 8085 PROCESSOR. USE SIM INSTRUCTION FOR TOGGLING.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top