Author |
Message |
Topic: Compiler generates endless loops |
chava
Replies: 5
Views: 13372
|
Forum: General CCS C Discussion Posted: Mon Jul 12, 2004 12:01 pm Subject: Im sorry, |
Have a nice day |
Topic: Compiler generates endless loops |
chava
Replies: 5
Views: 13372
|
Forum: General CCS C Discussion Posted: Mon Jul 12, 2004 12:21 am Subject: that was an example |
hello
First "dyeatman" :
I do have a legal registered copy of the pcb and pcm (3.174)
I am in contact with the CCS support and they did helped me last time, they opened my Ref# for about 2 weeks ... |
Topic: Compiler generates endless loops |
chava
Replies: 2
Views: 9213
|
Forum: General CCS C Discussion Posted: Sun Jul 11, 2004 5:18 pm Subject: Compiler generates endless loops |
Hello
I am sort of new to ccs compiler, and the reason is that :
I get an asignment from my bos, I've got some amount of time to finish it,
I sit and plan a nice little C program and I write it, as ... |
Topic: Compiler generates endless loops |
chava
Replies: 5
Views: 13372
|
Forum: General CCS C Discussion Posted: Sun Jul 11, 2004 4:43 pm Subject: Compiler generates endless loops |
Hello
I am sort of new to ccs compiler, and the reason is that :
I get an asignment from my bos, I've got some amount of time to finish it,
I sit and plan a nice little C program and I write it, as ... |
Topic: use of WDT to save power |
chava
Replies: 2
Views: 8463
|
Forum: General CCS C Discussion Posted: Wed May 19, 2004 5:39 am Subject: ... |
no, I dont have eeprom (pic12c508a)
(I edited the topic, to make myself clear, read it ) |
Topic: use of WDT to save power |
chava
Replies: 2
Views: 8463
|
Forum: General CCS C Discussion Posted: Wed May 19, 2004 5:17 am Subject: use of WDT to save power |
Hello
I have a circuit which its supply may shot down for about 40 sec.
I have to keep the pic alive for that time.
now, since I have power problems I wondered if I could "help" the hardware with s ... |
Topic: protocols of remote controlers |
chava
Replies: 1
Views: 8456
|
Forum: General CCS C Discussion Posted: Tue May 11, 2004 3:18 pm Subject: protocols of remote controlers |
Hello all
I have a remote control, design for air conditioning systems.
The transmitting is by infra-red or led.
I need its protocol.
I searched for its model (LCDG2) on the internet, but no resul ... |
Topic: CCS produce a wrong code! |
chava
Replies: 2
Views: 9405
|
Forum: General CCS C Discussion Posted: Wed Apr 07, 2004 12:45 am Subject: I did too |
Hello
I also run this code but instead of printing the value on a 7 segment display I transmitted the data to a LCD, the result was as axpected:65.
but note: the program which I did with the LCD is ... |
Topic: CCS produce a wrong code! |
chava
Replies: 2
Views: 9405
|
Forum: General CCS C Discussion Posted: Sun Apr 04, 2004 4:04 pm Subject: CCS produce a wrong code! |
Hello
I wrote a simple function which receives a number, 0-256 (char) and makes a division to separate its ten digit and it's unit digit (example: 65=6 ten + 5 unit)
simple, isnt it?
here it is:
... |
Topic: ccs calculation |
chava
Replies: 0
Views: 6786
|
Forum: General CCS C Discussion Posted: Sun Apr 04, 2004 3:27 am Subject: ccs calculation |
Hello
I wrote this code in which I display the number 35 on a 7 segment display
void display(){
char dig_righ,dig_midd,dig_left;
struct my_float displayed_val;
char temp;
/ ... |
Topic: PORTC on pic16f76 |
chava
Replies: 1
Views: 8109
|
Forum: General CCS C Discussion Posted: Tue Mar 30, 2004 12:41 am Subject: PORTC on pic16f76 |
Hello
I'm using PIC16F76 .
I made a simple program which turns on RC5,RC6,RC7 in a cyclic way (5,6,7 and then again 5,6,7,5,6,7...)
now, I can see the wave on the RC6,RC7 but not on the RC5.
The ... |
Topic: help me in LCD |
chava
Replies: 5
Views: 14907
|
Forum: General CCS C Discussion Posted: Wed Mar 17, 2004 4:10 pm Subject: let me anderstand |
Let me anderstand...
your problem is the LCD or the algorithm to do what you want to do? |
Topic: picstart plus operation |
chava
Replies: 1
Views: 9458
|
Forum: General CCS C Discussion Posted: Wed Mar 17, 2004 7:35 am Subject: picstart plus operation |
Hello
I've got a PICSTART PLUS.
Sometimes when I plug it to power supply, it's not turns on.
I noticed that the componnent, refered as "FUSE" on the PICSTART PLUS circuit, gets warm and disconnect ... |
Topic: ram in pic16c57c |
chava
Replies: 6
Views: 14866
|
Forum: General CCS C Discussion Posted: Tue Mar 16, 2004 7:09 am Subject: make32 |
Hi Ttelmah
I solved it by using the make32 function:
long x=200;
int32 result;
result=make32(0,x)*1000;
However, when I run this code at my computer it run as expected-good, but whe ... |
Topic: RAM BANKS |
chava
Replies: 1
Views: 7552
|
Forum: General CCS C Discussion Posted: Tue Mar 16, 2004 4:32 am Subject: maybe access bank... |
may-be it has something to do with access bank????
let me know if you got a solution.
I encountered with a bank issue today.... I found that I have to adjust the bank bits
have you met this issue b ... |
|