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: Main loop hangs after interrupt-on-change in PIC16F1827
Siquell

Replies: 2
Views: 9488

PostForum: General CCS C Discussion   Posted: Fri Dec 22, 2017 5:44 am   Subject: Main loop hangs after interrupt-on-change in PIC16F1827
Compiler version 4.120.
The trick was in IOCBF bit. Great thanks, now it's working!
  Topic: Main loop hangs after interrupt-on-change in PIC16F1827
Siquell

Replies: 2
Views: 9488

PostForum: General CCS C Discussion   Posted: Fri Dec 22, 2017 4:40 am   Subject: Main loop hangs after interrupt-on-change in PIC16F1827
Hi all. I'm tring to implement interrupt-on-change in my PIC16F1827 on pin B2. Here is my code:
#include <main.h>

int8 button = 0;

#int_RB
void RB_isr(void)
{
int cur ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group