Author |
Message |
Topic: PIC24/dsPIC® Compiler Comments |
hobgoblin
Replies: 36
Views: 124354
|
Forum: General CCS C Discussion Posted: Wed Oct 08, 2008 8:02 am Subject: PCD Undefined identifier in 24FJ128GA106.h, 24FJ128GA110.h |
I have just found this same problem reported in 24FJ128GA106.h and 24FJ128GA110.h with PCD V4.079 when attempting to compile code:
I tried your sample code and found I was not able to compile. “U ... |
Topic: Sample code to remap I/O for IC24FJ256GB110? |
hobgoblin
Replies: 5
Views: 10913
|
Forum: General CCS C Discussion Posted: Mon Jun 30, 2008 4:35 am Subject: RE: Sample code to remap I/O for IC24FJ256GB110? |
Hi Storic,
That's great, many thanks, but is this all that is required?
The reason I ask is because Microchip gives example C code for their C30 C compiler that includes dedicated assembly cod ... |
Topic: 24FJ PWM function |
hobgoblin
Replies: 2
Views: 7037
|
Forum: General CCS C Discussion Posted: Mon Jun 30, 2008 4:33 am Subject: RE: Sample code to remap I/O for PIC24FJ256GB110? |
Hi Storic,
That's great, many thanks, but is this all that is required?
The reason I ask is because Microchip gives example C code for their C30 C compiler that includes dedicated assembly code ... |
Topic: Sample code to remap I/O for IC24FJ256GB110? |
hobgoblin
Replies: 5
Views: 10913
|
Forum: General CCS C Discussion Posted: Fri Jun 27, 2008 7:33 am Subject: Sample code to remap I/O for IC24FJ256GB110? |
Hi,
Can someone please provide a PICC PCD code example for how to re-map port pins?
We are about to buy the compiler and I'm trying to write some code for it in advance but I can't find any code e ... |
Topic: pic16f887 - how get timer1 gate to work without comparator? |
hobgoblin
Replies: 5
Views: 8160
|
Forum: General CCS C Discussion Posted: Tue Oct 16, 2007 10:31 am Subject: pic16f887 - how get timer1 gate to work without comparator? |
Hi,
I can get timer1 to count an external clock on T1CKI using T1GATE on RB5 to enable it *ONLY* if I directly write the following bits:
//T1 Gate control in CM2CON1
#byte cm2_con1 = 0x109 //co ... |
Topic: How to use CONDITIONAL COMPILE for TABLES in eeprom & co |
hobgoblin
Replies: 1
Views: 5094
|
Forum: General CCS C Discussion Posted: Wed Aug 03, 2005 5:46 am Subject: How to use CONDITIONAL COMPILE for TABLES in eeprom & co |
Hi,
I have found that if I attempt to embed EEP or code space tables in my code that are subject to conditional compile statements, the code compiles ok but when I try to use the Simulator in MPLAB ... |
Topic: How to use CONDITIONAL COMPILE for TABLES in eeprom & co |
hobgoblin
Replies: 2
Views: 7199
|
Forum: General CCS C Discussion Posted: Wed Aug 03, 2005 5:46 am Subject: How to use CONDITIONAL COMPILE for TABLES in eeprom & co |
Hi,
I have found that if I attempt to embed EEP or code space tables in my code that are subject to conditional compile statements, the code compiles ok but when I try to use the Simulator in MPLAB ... |
|