Author |
Message |
Topic: Changing from 3.120 to 3.249 version |
SuMa
Replies: 4
Views: 5393
|
Forum: General CCS C Discussion Posted: Mon Jun 12, 2006 8:40 am Subject: Changing from 3.120 to 3.249 version |
Thanks Rnielsen, for your interest.
My program analice a serial input. The serial data has: (an special header//the data itself//and the ending with a checksum bit). To analice the data the program m ... |
Topic: Changing from 3.120 to 3.249 version |
SuMa
Replies: 4
Views: 5393
|
Forum: General CCS C Discussion Posted: Mon Jun 12, 2006 8:07 am Subject: Changing from 3.120 to 3.249 version |
I have some problems with my new version of PCW. I get the latest one: PCW 3.249.
I don't have any problems to compile xxx.c that were working with the previous version. But when I download the code ... |
Topic: external interrupt as an input source |
SuMa
Replies: 4
Views: 5298
|
Forum: General CCS C Discussion Posted: Mon Jun 12, 2006 7:56 am Subject: external interrupt as an input source |
Thanks Ttelmah, I will try it this evening... |
Topic: external interrupt as an input source |
SuMa
Replies: 4
Views: 5298
|
Forum: General CCS C Discussion Posted: Mon Jun 12, 2006 12:52 am Subject: external interrupt as an input source |
Thanks Ttelmah
The correct code will be something like this:
#int_EXT //external interrupt on PIN B0
EXT_isr() {
for (i=0;i<50;i++) //cheking the pu ... |
Topic: external interrupt as an input source |
SuMa
Replies: 4
Views: 5298
|
Forum: General CCS C Discussion Posted: Sun Jun 11, 2006 1:50 pm Subject: external interrupt as an input source |
Hi, I am trying to measure a pusewidth with an interrupts service because I need it.
I am displaying an led`s display and when the interrupt arrives the PIC refesh the display with the new value.
... |
Topic: pic 16f914 |
SuMa
Replies: 5
Views: 5654
|
Forum: General CCS C Discussion Posted: Sun Jun 11, 2006 1:37 pm Subject: pic 16f914 |
thnks |
Topic: pic 16f914 |
SuMa
Replies: 5
Views: 5654
|
Forum: General CCS C Discussion Posted: Sat Jun 10, 2006 2:28 am Subject: pic 16f914 |
But what version do I need? A friend of mine has the 3.212 version of the CCs PCW compiler and still without the 16f914 program option. |
Topic: pic 16f914 |
SuMa
Replies: 5
Views: 5654
|
Forum: General CCS C Discussion Posted: Fri Jun 09, 2006 7:52 am Subject: pic 16f914 |
I am using the PCW compiler to program my PICs, and it is fantastic.
But I cannot porgram my last adquisition the 16f914 PIC because my PCW version doesn't have the 16f914.h file.
I would like to f ... |
Topic: delay_ms() function |
SuMa
Replies: 6
Views: 25266
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 4:14 am Subject: delay_ms() function |
Thanks Ttelmah
my version is IDE 3.28, PCB,PCM,PCH 3.150
And this is my new heading as you suggest
#include <16F819.h>
#device adc=10
#use delay(clock=4000000)
#include <std ... |
Topic: delay_ms() function |
SuMa
Replies: 6
Views: 25266
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 3:43 am Subject: delay_ms() function |
Thanks jfk1965
I've changed it and still not working... |
Topic: delay_ms() function |
SuMa
Replies: 6
Views: 25266
|
Forum: General CCS C Discussion Posted: Thu Apr 06, 2006 3:02 am Subject: delay_ms() function |
Hi, everybody.
I am programming a PIC16f891 and I have a little problem with the command delay_ms() beacause I cannot make it works and I don't know why...
This is a little program to check it:
# ... |
|