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 1 match
CCS Forum Index
Author Message
  Topic: attend to TIMER2 interrupt while serving another interrupt??
Keegan

Replies: 6
Views: 20166

PostForum: General CCS C Discussion   Posted: Mon Jan 05, 2004 3:40 pm   Subject: interrupt an interrupt
asturkinos,

On the PIC18 devices you can use interrupt priority (low and high) by adding 'FAST' to the interupt directive.

ex:

#int_CANRX0
void can_isr()
{
//code
} ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group