Author |
Message |
Topic: #fuses WDT won't change wdt for MPLAB |
SocMatt
Replies: 4
Views: 10456
|
Forum: General CCS C Discussion Posted: Thu Aug 12, 2004 5:00 am Subject: #fuses WDT won't change wdt for MPLAB |
All you need is:
#fuses hs, wdt, brownout, put
That should change all configuration bits when you import it into MPLAB |
Topic: frequency counter |
SocMatt
Replies: 6
Views: 15382
|
Forum: General CCS C Discussion Posted: Tue Jun 15, 2004 5:35 am Subject: frequency counter |
What way would you setup timer_2 as it is different from timer_1 and i have not used it before?
Cheers |
Topic: frequency counter |
SocMatt
Replies: 6
Views: 15382
|
Forum: General CCS C Discussion Posted: Tue Jun 15, 2004 4:44 am Subject: frequency counter |
Im using a PIC16F876. Which pins would be appropriate for this purpose.
Cheers |
Topic: frequency counter |
SocMatt
Replies: 6
Views: 15382
|
Forum: General CCS C Discussion Posted: Tue Jun 15, 2004 2:26 am Subject: frequency counter |
Hi
I need a frequency counter and had success using the example code ex_freqc.c, however now i need the frequency counter to work over two channels.
Can i reproduce the code for two channels or is ... |
Topic: SocMatt |
SocMatt
Replies: 4
Views: 11430
|
Forum: General CCS C Discussion Posted: Mon Jun 07, 2004 9:26 am Subject: SocMatt |
The problem is the squarewave is an ouput of a sensor and can change from about 10Hz to 10Khz depending on the conditions |
Topic: SocMatt |
SocMatt
Replies: 4
Views: 11430
|
Forum: General CCS C Discussion Posted: Mon Jun 07, 2004 7:59 am Subject: SocMatt |
Hi
Does anyone know a command for obtaining a frequency from an input squarewave??
Im using a PIC16F876
Cheers |
|