View previous topic :: View next topic |
Author |
Message |
asdrojas Guest
|
CCP on TMR3 |
Posted: Tue Nov 18, 2008 12:58 pm |
|
|
Hello. I working with a 18f2550, and I need to use ccp2 module in capture mode operating with TMR3, How can I configure it? |
|
 |
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Nov 18, 2008 1:14 pm |
|
|
Look in the .H file your PIC. Here's the file location:
Quote: | c:\Program Files\picc\Devices\18F2550.h |
Look in the sections on Timer3 and on the CCP. It shows the constants
that you need to use.
Also use the forum's search page:
http://www.ccsinfo.com/forum/search.php
Search for the constant that you find in the 18F2550.H file:
You might find sample code that already exists on the forum. |
|
 |
|