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.

regarding 8051 microcontroller

Status
Not open for further replies.

rajesh6821

Newbie level 6
Joined
May 18, 2010
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
channai
Activity points
1,352
can somebody explain me how port0 of 8051 microcontroller has internal pullups when we access the external memory as it does not have internal pullups during normal operation compared to other ports.
 

Port 0 is an 8-bit open drain bi-directional I/O port. As an
output port, each pin can sink eight TTL inputs. When 1s
are written to port 0 pins, the pins can be used as highimpedance
inputs.
Port 0 can also be configured to be the multiplexed loworder
address/data bus during accesses to external program
and data memory. In this mode, P0 has internal
pullups.
Port 0 also receives the code bytes during Flash programming
and outputs the code bytes during program
verification. External pullups are required during program
verification.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top