Author |
Message |
Topic: INT_RB problem 16f1827 |
zotymo
Replies: 12
Views: 32298
|
Forum: General CCS C Discussion Posted: Tue Dec 13, 2011 2:07 pm Subject: INT_RB problem 16f1827 |
You solved my problems. Thank you again. |
Topic: INT_RB problem 16f1827 |
zotymo
Replies: 12
Views: 32298
|
Forum: General CCS C Discussion Posted: Tue Dec 13, 2011 1:41 pm Subject: INT_RB problem 16f1827 |
It works! Thank you. But I have an another problem. I would like to set the configuration bits in code, like #FUSES PROTECT, #FUSES CPD, #FUSES WDT_SW but not works. Only I can do this settings wit ... |
Topic: INT_RB problem 16f1827 |
zotymo
Replies: 12
Views: 32298
|
Forum: General CCS C Discussion Posted: Tue Dec 13, 2011 12:51 pm Subject: INT_RB problem 16f1827 |
Thank you for your advice. I change the code, but the problem stay. I check it by debugger. The program run in the main loop until the first interrupt on RB4. After that never go out from the interrup ... |
Topic: INT_RB problem 16f1827 |
zotymo
Replies: 12
Views: 32298
|
Forum: General CCS C Discussion Posted: Mon Dec 12, 2011 5:49 pm Subject: INT_RB problem 16f1827 |
Sorry.
4.124 |
Topic: INT_RB problem 16f1827 |
zotymo
Replies: 12
Views: 32298
|
Forum: General CCS C Discussion Posted: Mon Dec 12, 2011 4:30 pm Subject: INT_RB problem 16f1827 |
What can I do to make the program leave the interrupt routine, because
once it enters the routine it keeps repeating itself.
My code:
#define ALARM_LED PIN_A2 //EXT_LED
#define PIEZO PI ... |
|