Author |
Message |
Topic: How can I make calculation for my desired delay in timers |
sureshkumar
Replies: 1
Views: 5664
|
Forum: General CCS C Discussion Posted: Wed Aug 20, 2014 11:00 am Subject: How can I make calculation for my desired delay in timers |
Hello All,
How can I make calculation for my desired delay in timers.
I am using 20mhz external Crystal,PIC16F877A. CCS C V4.130.
I was read lot of examples and forum results about timers. Bu ... |
Topic: I Need to know my RB interrupt |
sureshkumar
Replies: 2
Views: 8196
|
Forum: General CCS C Discussion Posted: Wed Aug 20, 2014 10:04 am Subject: I Need to know my RB interrupt |
On the 16F877, when you enable INT_RB interrupts, you enable them for
pins B4, B5, B6, and B7. But I suspect that you have pins B4, B5, B6
un-connected (floating input pins). This may cause conti ... |
Topic: I Need to know my RB interrupt |
sureshkumar
Replies: 2
Views: 8196
|
Forum: General CCS C Discussion Posted: Wed Aug 20, 2014 8:28 am Subject: I Need to know my RB interrupt |
What is the problem in my code. Please help me.
#include <16F877A.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
int set=0;
#INT_RB
void RB_SERV() ... |
Topic: Hello my friends - What is the purpose of timer ? |
sureshkumar
Replies: 3
Views: 6250
|
Forum: General CCS C Discussion Posted: Fri Jan 31, 2014 1:39 pm Subject: Hello my friends - What is the purpose of timer ? |
Please help me. I am totally confusing with this timer and calculations. I was read a lot of examples. many examples said different calculation for generating pulses.
What is the purpose of timer?
... |
|