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.

help in pic18f4550 pull up resistor?

Status
Not open for further replies.

5282604

Full Member level 4
Joined
Dec 19, 2009
Messages
194
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
egypt
Activity points
2,404
hiiiiiiiii,

what is pin in pic18f4550 need pull up resistor

:-D:-D:-D:-D:-D
 

The only pin that needs a pull-up is the reset pin. Whether or not the other pins need them depends on the surrounding circuitry. Reset can also be pulled up or down by other components, it depends on the application.

Brian
 

Also PORTB in all PICs need pull up resistance which could be enabled by clearing the first bit of the option register.
Regards,
Jerin. ;-)
 
In PIC18F4550, only PORTB has internal weak pull-ups, the other ports don't.

Hope this helps.
Tahmid.
 

Also PORTB in all PICs need pull up resistance which could be enabled by clearing the first bit of the option register.
Regards,
Jerin.

I understand from you portb need pull up resistor

In PIC18F4550, only PORTB has internal weak pull-ups, the other ports don't.

Hope this helps.
Tahmid.

I understand from you portb only has internal pull up resistor and other port need pull up resistor



how is correct ?
 

Hi,
PORTB has internal pull-ups and these can be implemented. Other ports don't have pull-ups so if there is a necessity of pull-ups on the other ports then they need pull-ups (external resistors).
No port NEEDS pull-ups, it depends on your circuit. If there is a need for pull-ups on PORTB, you have internal pull-ups so they don't need EXTERNAL pull-ups, but if you need pull-ups on other ports then you need EXTERNAL pull-ups.

Hope I could make myself clear and that this helps.
Tahmid.
 
Dear 5282604,
PORTB for PICs with 40 pin have internal pull up resistors as i have posted above can be enabled by clearing the MSB of the OPTION REGISTER. All other ports i.e PORTA,PORTC,PORTD & PORTE require external pull up resistances which have to be connected manually for operating the device connected to the corresponding ports.
As you have asked above PORTA doesn't have internal pull up resistors & we'll have to manually connect the external resistors to the PORT we require other than PORTB.
Regards,
Jerin. ;-)
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top