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.

how to use timer in 18f4550

Status
Not open for further replies.

anuphr

Newbie level 6
Joined
Aug 5, 2009
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,360
18f4550 timer

can u tell me how to use a timer in 18f4550...
if u have a program plz post it
 

18f4550

you must first read the datasheet and try it

any problems will be solved
 

timers 18f4550

First read the datasheet to check the clock used for the timer, configuration & associated interrupt registers.
Second: inside the code you need to set
- Interrupt Service routine (ISR): small part assembly code you will add, actually it is one line assembly.
- set the ISR vectors
inside the main() function:
- set interrupts registers.
- set Timer register configuration (TxCON, x = 0,1,2,3 for PIC18F4550).
- write inside the ISR your application code.

Enjoy your timer :)
Good luck
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top