Author |
Message |
Topic: INT_RB issue with PIC 16F887 |
Perrinsky
Replies: 4
Views: 9382
|
Forum: General CCS C Discussion Posted: Tue Nov 18, 2014 1:22 am Subject: INT_RB issue with PIC 16F887 |
Hi again guys and thanks for your answers. Sorry I missed the version, it's the 4.104.
My code is almost the same:
#include <16F887.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(cloc ... |
Topic: INT_RB issue with PIC 16F887 |
Perrinsky
Replies: 4
Views: 9382
|
Forum: General CCS C Discussion Posted: Sun Nov 16, 2014 1:31 am Subject: INT_RB issue with PIC 16F887 |
Hi, I have a question about why the next code works perfectly with the 16F877 but if I change the device to a 16F887 it does nothing.
#include <16F877.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#us ... |
|