CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 4 matches
CCS Forum Index
Author Message
  Topic: How can I make calculation for my desired delay in timers
sureshkumar

Replies: 1
Views: 5664

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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? ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group