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.

Problem with using USART in PIC18F67J50

Status
Not open for further replies.

keolim85

Newbie level 5
Joined
Feb 14, 2008
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,330
Im still new to PIC, Pls help me. Does the PIC18F67J50 do not support USART function? Coz i get
"could not find definition of symbol 'OpenUSART' in file..."
when using usart function in any tutorial or project. I had already use #include <p18f67j50.h> and #include <usart.h> but still get this error. Why is this happening?
 

Re: USART problem

Hi ,
What type of compiler u are using
example ccs,etc.
U will have example codes in the compiler help file
 

Re: USART problem

PIC18F67J50 has two EUSART modules.

PIC18F67J50 Family Datasheet:
https://ww1.microchip.com/downloads/en/DeviceDoc/39775b.pdf

I don't know your experience in other mcu's, or if you need the usb peripherals or the low power feutures or somethig else, but my opinion is that PIC18F67J50 is not recomended for your first PIC. Try using a more trivial mcu for first time as you will find a lot of examples and support.

Anyway your problem probably is from something you do not right (maybe a name, false inlude or something else). Pretty sure the answers you need is already writen in detail on the mcu and compliler manuals and examples. When I am stuck in such situations I start doing all the work from the beginning with smaller and more carefull steps (and more manual reading). It always works. If its not, I do it again!. It always works...:D

(If you need a more specific answer you have to give more information about your code and the compiler you use)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top