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 2 matches
CCS Forum Index
Author Message
  Topic: SOLVED:Help in INTERRUPT required for PIC16F873A
Harish

Replies: 4
Views: 9426

PostForum: General CCS C Discussion   Posted: Mon Aug 05, 2013 12:25 pm   Subject: SOLVED:Help in INTERRUPT required for PIC16F873A
One possibility Change the ISR to:


#int_RB
void RB_isr(void) // Zero Cross Detect _ to Pin RB5
{
int8 current;
static int8 current;
current=input(PI ...
  Topic: SOLVED:Help in INTERRUPT required for PIC16F873A
Harish

Replies: 4
Views: 9426

PostForum: General CCS C Discussion   Posted: Fri Aug 02, 2013 11:50 pm   Subject: SOLVED:Help in INTERRUPT required for PIC16F873A
I am having problem with interrupts in 16f873a, I have 3 interrupts required for Bulb Dimmer project.
Timer0- Used for pulse modulation.
INT_RB-Port on change interrupt to detect zero crossing detec ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group