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 3 matches
CCS Forum Index
Author Message
  Topic: Interrupt problem.
christietjen

Replies: 4
Views: 7464

PostForum: General CCS C Discussion   Posted: Mon Aug 06, 2007 9:49 pm   Subject: Interrupt problem.
You are missing the key line. You _must_ read the port.
You _cannot_ clear this interrupt, till the port is read. It'll retrigger automatically if this is not done.
You don't need to clear the inter ...
  Topic: Interrupt problem.
christietjen

Replies: 4
Views: 7464

PostForum: General CCS C Discussion   Posted: Sun Aug 05, 2007 11:23 am   Subject: Interrupt problem.
This is dependant on what happens to the pins on power on.
The 'changed' interrupt, is called, whenever the state of the pins 'disagrees, with the value stored in an internal latch on the chip. This ...
  Topic: Interrupt problem.
christietjen

Replies: 4
Views: 7464

PostForum: General CCS C Discussion   Posted: Sun Aug 05, 2007 7:27 am   Subject: Interrupt problem.
#include "12F675.h"


#use delay(4M,int) /*Sets up the internal clock for the DELAY_MS function*/

#use fast_io(A) /*Allows the use of the SET_TRIS_A() function ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group