Blob
Joined: 02 Jan 2006 Posts: 75 Location: Neeroeteren, Limburg, Belgium
|
|
Posted: Mon Mar 19, 2012 4:24 am |
|
|
Hello,
in 4.093 the header does not have these lines: Code: | #define T3_CCP1_TO_2
#define T3_CCP2 |
A colleague of mine has 4.104 installed and his headers do have these lines.
As I can deduce from the changes in the header files from 038 - 093 - 104, using timer 3 for CCP 1 has issues.
I swapped the timer usage for the CCP's in my test program, and it works fine now.
I will try to implement it in my application.
I think one can draw the following conclusion:
Quote: | Do not use timer_3 for CCP_1 |
I will report back if I am able to implement it in my app.
Thanks,
Blob |
|