Author |
Message |
Topic: I can not go outside of the #int_rb routine pic16f1827 |
almoba_2010
Replies: 5
Views: 8728
|
Forum: General CCS C Discussion Posted: Tue Jan 18, 2011 5:21 pm Subject: I can not go outside of the #int_rb routine pic16f1827 |
Firstly, thanks to all, for your quick answer.
Then, I am still having the problem. I did the changes that you suggested, but, Ttelmah, I do not why but if I setup the interrupt edge before enabling ... |
Topic: I can not go outside of the #int_rb routine pic16f1827 |
almoba_2010
Replies: 5
Views: 8728
|
Forum: General CCS C Discussion Posted: Tue Jan 18, 2011 2:10 pm Subject: I can not go outside of the #int_rb routine pic16f1827 |
Sorry. I will put all the program.
#include <16F1827.h>
#device *=16
#FUSES NOWDT //No Watch Dog Timer
#FUSES INTRC_IO //Internal RC Osc, no CLKOUT
#F ... |
Topic: I can not go outside of the #int_rb routine pic16f1827 |
almoba_2010
Replies: 5
Views: 8728
|
Forum: General CCS C Discussion Posted: Tue Jan 18, 2011 11:57 am Subject: I can not go outside of the #int_rb routine pic16f1827 |
Hello, I am a beginner on the forum.
My problem is next. I can not go out side of this routine. My version of ccs is 4.116 the pic is 16f1827.
#int_RB
RB_isr()
{
int x;
... |
|