Author |
Message |
Topic: impossible to enter while() loop ! |
Wind
Replies: 5
Views: 6657
|
Forum: General CCS C Discussion Posted: Sat Jul 18, 2009 10:01 pm Subject: impossible to enter while() loop ! |
Hi,
now it's working correctly.:-)
I commented enable timer1 interruption ,in fact, I don't have
to enable it when I use ccp module. thank you very much Ttelmah.
;-) |
Topic: impossible to enter while() loop ! |
Wind
Replies: 5
Views: 6657
|
Forum: General CCS C Discussion Posted: Fri Jul 17, 2009 11:09 pm Subject: impossible to enter while() loop ! |
Hi Mr PCM,
thank you very much for your support.
I've add those three instructions, put the new code.hex into my PIC and supply it with power. then hyerterminal showed me
'start'
'Befo' (incomple ... |
Topic: impossible to enter while() loop ! |
Wind
Replies: 5
Views: 6657
|
Forum: General CCS C Discussion Posted: Fri Jul 17, 2009 2:35 pm Subject: impossible to enter while() loop ! |
Hi there,
I've wrote a code for my PIC16F877 based card, I'm using some pins as Inputs and others as outputs,
inputs : PIN_B6, PIN_A2 and PIN_A5
outputs : PIN_B1, PIN_C1 and PIN_D4
The p ... |
Topic: error with external function |
Wind
Replies: 1
Views: 3298
|
Forum: General CCS C Discussion Posted: Fri Jun 19, 2009 2:16 pm Subject: error with external function |
Hi,
It's my first topic here,
Has anybody tried the code in the link below :
extern void puts(register const char *);
How to solve it ?
Thanks for giving me help. |
Topic: Serial LCD driver |
Wind
Replies: 2
Views: 34555
|
Forum: Code Library Posted: Mon Jun 15, 2009 5:01 am Subject: Re: Serial LCD driver |
If anyone compiles it successfully please post it here, this may help people having such LCD.
Hi,
thank you for this driver.
did anybody make it run with CCS compiler ?
thx. |
|