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.

pic18f4550 configuration

Status
Not open for further replies.
how many uart pins does pic18f4450 has?

The device has only one USART.

More in depth information is readily available from the device datasheet:

PIC18F2450/4450 Datasheet

Or product page:

PIC18F4450 Product Page


Reference: PIC18F2450/4450 Datasheet, Section: 15.0 ENHANCED UNIVERSAL SYNCHRONOUS RECEIVER TRANSMITTER (EUSART)

The pins of the Enhanced USART are multiplexed
with PORTC. In order to configure RC6/TX/CK and
RC7/RX/DT as an EUSART:

• bit SPEN (RCSTA<7>) must be set (= 1)

• bit TRISC<7> must be set (= 1)

• bit TRISC<6> must be cleared (= 0) for Asynchronous and Synchronous Master modes or set (= 1) for Synchronous Slave mode

BigDog
 

If you are using the 40 pin DIP version:

In asynchronous mode:

TX on pin 25
RX on pin 26

In Synchronous mode:

CK on pin 25
DT on pin 26

You will need a ground connection in either mode.

At least that is my understanding of the datasheet.

EDIT: BigDog got there first..
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top