weijie
Jun 26 2008, 8:27 PM
i m given a task to use AT89C51ED2 which is one member of 8051 family .
if i using it to interface a LCD via port 2 , do i nid to put pull up resistor ?
whats the main purpose of putting pull up resistor ?
are this apply to port 0 as well ?
Thank you
if i using it to interface a LCD via port 2 , do i nid to put pull up resistor ?
whats the main purpose of putting pull up resistor ?
are this apply to port 0 as well ?
Thank you
ntung
Jun 27 2008, 12:53 AM
P2 does not requires external pull up resistor as P2 already has internal pull up resistor. Only P0 requires external pull up resister when interfacing with external devices because it does not have internal pull up.