Author |
Message |
Topic: PIC24FJ new compiler version warning using ICD=3 |
giuseppe
Replies: 0
Views: 3651
|
Forum: General CCS C Discussion Posted: Tue May 20, 2014 3:17 am Subject: PIC24FJ new compiler version warning using ICD=3 |
Using the latest version 5.026 of the compiler and MPLAX 2.10 I get this error at single C file compilation.
Warning#227 Feature not supported Instead, Use #device icd=3
I've commented out th ... |
Topic: PCWHD 5.012 Linker problem |
giuseppe
Replies: 1
Views: 6816
|
Forum: General CCS C Discussion Posted: Wed Oct 02, 2013 12:56 am Subject: PCWHD 5.012 Linker problem |
Using the latest compiler version 5.012 this linker error appears at the end of compile.
Executing: "C:\Program Files (x86)\PICC\Ccsc.exe" +FD LINK="GPS_DISC.hex=2401.o,AD5680.o,co ... |
Topic: Problem with large data array in ROM and #rom |
giuseppe
Replies: 6
Views: 10353
|
Forum: General CCS C Discussion Posted: Mon Apr 15, 2013 9:12 am Subject: Problem with large data array in ROM and #rom |
OK, thank you, Now It works... I've some problems with memory organization but I hope to solve also it. |
Topic: Problem with large data array in ROM and #rom |
giuseppe
Replies: 6
Views: 10353
|
Forum: General CCS C Discussion Posted: Wed Apr 10, 2013 1:08 am Subject: Problem with large data array in ROM and #rom |
In your last example, you created a ram array instead of a rom array by mistake. My guess is that when main goes to initialize the ram array, the code needed pushes the size of main past the allowed ... |
Topic: Problem with large data array in ROM and #rom |
giuseppe
Replies: 6
Views: 10353
|
Forum: General CCS C Discussion Posted: Tue Apr 09, 2013 9:18 am Subject: Problem with large data array in ROM and #rom |
Hi!
I've fixed this potential bug, but I was sure the n cannot be greater than 24.
How can you say:
"The value obtained by MappaCaratteri
#ROM, tells the compiler to put an array at an ... |
Topic: Problem with large data array in ROM and #rom |
giuseppe
Replies: 6
Views: 10353
|
Forum: General CCS C Discussion Posted: Tue Apr 09, 2013 6:26 am Subject: Problem with large data array in ROM and #rom |
On my PIC24FJ256GA106 project I've defined a large data array for character's map for my LCD graphic display, and I've defined it as constant
const char MappaCaratteri[]={
0x00,0x00 ... |
|