Author |
Message |
Topic: problem with comparator interrupt |
tquantum
Replies: 2
Views: 4830
|
Forum: General CCS C Discussion Posted: Mon Aug 20, 2007 4:14 am Subject: problem with comparator interrupt |
Dear PCM,
According to your suggestion, I have add some code to the test program. The modified program is as following.
#include <16F616.h>
#fuses INTRC_IO,NOWDT,NOPROTECT,IOSC8,NOPUT
#use ... |
Topic: problem with comparator interrupt |
tquantum
Replies: 2
Views: 4830
|
Forum: General CCS C Discussion Posted: Fri Aug 17, 2007 2:12 am Subject: problem with comparator interrupt |
Hi, Im using a 16f616's comparator to compare two analog signal. It's ok while I wrote it without interrupt function. The code I'm using to test is as following.
#include <16F616.h>
#fuses I ... |
Topic: problem using CCS in MPLAB (assembler OK) |
tquantum
Replies: 2
Views: 4525
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2007 5:34 pm Subject: problem using CCS in MPLAB (assembler OK) |
I get a problem while using CCS in MPLAB
1. Are you running this program in hardware or the MPLAB simulator ?
2. What's your version of MPLAB ?
3. What's your compiler version ?
I have tested ... |
Topic: problem using CCS in MPLAB (assembler OK) |
tquantum
Replies: 2
Views: 4525
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2007 8:51 am Subject: problem using CCS in MPLAB (assembler OK) |
Hi all.
I get a problem while using CCS in MPLAB. I don't know why this code does't work? (I have tried the assembler code from .lst with ICD 2, and it works)
Thanks,
tquantum
//*********** ... |
|