Author |
Message |
Topic: Write_EEPROM and RDA interrupt conflict. |
Nandus2000
Replies: 2
Views: 6002
|
Forum: General CCS C Discussion Posted: Wed Jul 08, 2009 4:54 am Subject: Write_EEPROM and RDA interrupt conflict |
Hi,
I've used #use rs232 statement in my code.
But still I've similar issue because I'm not able to serve RS232 RDA interrupt as program is busy in write_eeprom library function.
I'm using Compil ... |
Topic: CCS PCM C compiler standard? |
Nandus2000
Replies: 4
Views: 5682
|
Forum: General CCS C Discussion Posted: Fri Jan 23, 2009 11:52 am Subject: CCS PCM C compiler standard? |
It is based on ANS/ISO 9899-1990: confirmed by [email protected] |
Topic: CCS PCM compiler: ".STA" file not generated. |
Nandus2000
Replies: 1
Views: 3150
|
Forum: General CCS C Discussion Posted: Fri Jan 23, 2009 11:48 am Subject: CCS PCM compiler: ".STA" file not generated. |
Hi,
The CCS PCM compiler is not able to generate ".STA" file even though we provide +A option.
Environment: MPLAB IDE version 8.14
Compiler : CCS version 4.076
Debugger : MPLAB-ICD ... |
Topic: Debugging / watch Problem in MPLAB on CCS compiler |
Nandus2000
Replies: 1
Views: 2712
|
Forum: General CCS C Discussion Posted: Thu Jan 15, 2009 11:46 am Subject: Debugging / watch Problem in MPLAB on CCS compiler |
Hi,
I'm using MPLAB (Ver. 8.14) & ICD2 with CCS C compiler (Ver 4.076) for PIC16F883 development.
During the debugging, I need to watch contents / value of one of the global variable of type l ... |
Topic: CCS PCM C compiler standard? |
Nandus2000
Replies: 4
Views: 5682
|
Forum: General CCS C Discussion Posted: Fri Jan 09, 2009 5:36 am Subject: CCS PCM C compiler standard? |
Hi,
I'm using CCSC Compiler PCM Version 4.076.
Please could any one let me know on which āCā standards CCS PCM C compiler is based? (āCā ISO/IEC 9899:90 or K&R or any other)
Tha ... |
Topic: PIC16F882 UART issue |
Nandus2000
Replies: 1
Views: 4174
|
Forum: General CCS C Discussion Posted: Tue Oct 07, 2008 7:28 am Subject: PIC16F882 UART issue |
Hi
I'm using CCS 4.076 version with PIC16F882 and following is my code.
The putc() function inside the for loop does not work properly.
Please could you let me know how can I correct it?
... |
Topic: Multiple files issue in MPLAB IDE V8.14 with CCS C compiler |
Nandus2000
Replies: 2
Views: 4583
|
Forum: General CCS C Discussion Posted: Wed Sep 24, 2008 2:50 am Subject: *SOLVED* Multiple files issue. |
Dear PCM programmer,
Many thanks for your reply.
Yes it is really odd that we need include all relevant ".C" files in the file which contains main() function.
Solution that worked for ... |
Topic: Multiple files issue in MPLAB IDE V8.14 with CCS C compiler |
Nandus2000
Replies: 2
Views: 4583
|
Forum: General CCS C Discussion Posted: Tue Sep 23, 2008 6:34 am Subject: Multiple files issue in MPLAB IDE V8.14 with CCS C compiler |
Hi,
I'm using MPLAB IDE V8.14 with CCS C compiler.
I've created a project for PIC16F877A
I've added A.c and B.c files in the project as follows.
A.C file:
------------------------------- ... |
Topic: PIC16F877A external EXT interrupt problem |
Nandus2000
Replies: 4
Views: 10993
|
Forum: General CCS C Discussion Posted: Thu Sep 18, 2008 6:31 am Subject: PIC16F877A external EXT interrupt problem |
Dear All,
Thanks a lot for your prompt & kind reply.
Since port pin B1 does not have any interrupt (for PIC16F877)), I've implemented it using timer & polling based logic.
I'm using ... |
Topic: PIC16F877A external EXT interrupt problem |
Nandus2000
Replies: 4
Views: 10993
|
Forum: General CCS C Discussion Posted: Wed Sep 17, 2008 6:41 am Subject: PIC16F877A external EXT interrupt problem |
Dear Friends,,
I'm using CCS C compiler for PIC16F877.
In the hardware, two push buttons are connected at RB0 and RB1.
I've written code to handle RB0/INT using following code.
I don't know how ... |
|