Author |
Message |
Topic: Updated: Compiler v3.236 will not generate Statistics File |
d00dajo
Replies: 0
Views: 2596
|
Forum: General CCS C Discussion Posted: Mon Jan 22, 2007 4:34 am Subject: Updated: Compiler v3.236 will not generate Statistics File |
Hi,
I hope I can get all the facts straight this time around:
It seems I cant get the compiler to generate a statistics (.sta) file for one of my projects. The project target is a PIC18F4680. T ... |
Topic: Writing Configuration Bits in PIC18F |
d00dajo
Replies: 3
Views: 9409
|
Forum: General CCS C Discussion Posted: Fri Nov 24, 2006 1:45 am Subject: Re |
Hi Ttelmah,
Yes, I've actually tried the write_configuration_memory and that it does work. But, it is a bit strange since it writes "count number of bytes from the start of configuration word& ... |
Topic: Writing Configuration Bits in PIC18F |
d00dajo
Replies: 3
Views: 9409
|
Forum: General CCS C Discussion Posted: Thu Nov 23, 2006 11:29 am Subject: Writing Configuration Bits in PIC18F |
Hi all,
I'm struggling with writing configuration bits using the table write. Reading the datasheet for the PIC18F4680 it seems to be a rather simple thing to do, but just cant get it right, probab ... |
Topic: CCS 3.236 update- LST File |
d00dajo
Replies: 14
Views: 13803
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2005 8:25 am Subject: CCS 3.236 update- LST File |
For me that makes sense because the next line would be appended to the end of the #list line without a break at the end making the whole line invalid.
Keep in mind the file is <included> onto ... |
Topic: CCS 3.236 update- LST File |
d00dajo
Replies: 14
Views: 13803
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2005 6:27 am Subject: Re: Really resolved |
Hi guys,
Finally I found my trouble.
One of the include files high up in the code had a
#list on the last row. There wasn't a linebreak after it. I added one and now it works as it should.
Appe ... |
Topic: CCS 3.236 update- LST File |
d00dajo
Replies: 14
Views: 13803
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2005 6:14 am Subject: Really resolved |
Hi guys,
Finally I found my trouble.
One of the include files high up in the code had a
#list on the last row. There wasn't a linebreak after it. I added one and now it works as it should.
Appe ... |
Topic: CCS 3.236 update- LST File |
d00dajo
Replies: 14
Views: 13803
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2005 6:01 am Subject: CCS 3.236 update- LST File |
I'd suspect the difference, is probably in the 'standard' assumed from the command line. It seems to give the standard results for me, from PCW. I'd suggest trying each of the format options (+LY etc. ... |
Topic: CCS 3.236 update- LST File |
d00dajo
Replies: 14
Views: 13803
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2005 5:35 am Subject: Solved. |
NoList, is present in every one of the processor include files. It may be that the ones you were using had this already removed.
Best Wishes
Yes,
What I meant was : The last pragma for listin ... |
Topic: CCS 3.236 update- LST File |
d00dajo
Replies: 14
Views: 13803
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2005 5:22 am Subject: CCS 3.236 update- LST File |
NoList, is present in every one of the processor include files. It may be that the ones you were using had this already removed.
Best Wishes
Yes,
What I meant was : The last pragma for listin ... |
Topic: CCS 3.236 update- LST File |
d00dajo
Replies: 14
Views: 13803
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2005 4:17 am Subject: CCS 3.236 update- LST File |
I also use v3.236 but dont have your problem (as I understand it).
Check on where the #LIST and #NOLIST directives are in the various source/header files. Somewhere you probably have a #nolist befo ... |
Topic: CCS 3.236 update- LST File |
d00dajo
Replies: 14
Views: 13803
|
Forum: General CCS C Discussion Posted: Fri Oct 28, 2005 3:39 am Subject: CCS 3.236 update- LST File |
I just updated to version 3.236 from 3.214. Of course there are always little "surprises" with every update but this time it was a shock.
The C-crossreferens information in the LST file is GONE! On ... |
Topic: Eeprom inserting data using #ROM |
d00dajo
Replies: 2
Views: 4534
|
Forum: General CCS C Discussion Posted: Thu Oct 27, 2005 12:05 pm Subject: Eeprom inserting data using #ROM |
:020000040000FA
:1000000002EF00F0F86AD09EEA6AE96AC150C00BBC
:0C0010000F09C16E070EB46EFFD703008D
:06030000010002000300F1
:02000004000FEB
:06030000040005000600E8
:020000040030CA
:0E00000000011E ... |
Topic: Eeprom inserting data using #ROM |
d00dajo
Replies: 2
Views: 4534
|
Forum: General CCS C Discussion Posted: Thu Oct 27, 2005 11:22 am Subject: Eeprom inserting data using #ROM |
Hello everyone,
I have a question that is more MPLAB IDE related then CCS, but since all the competent people gather in this forum anyway, Ill give it a try on the message board.
I am trying to ... |
Topic: Array overflow? How can it happen? |
d00dajo
Replies: 11
Views: 10094
|
Forum: General CCS C Discussion Posted: Thu Oct 27, 2005 9:18 am Subject: Array overflow? How can it happen? |
Hi, Daniel, thanks!
So do you mean, when copying test2
Yes! The program will just copy byte for byte into the ram area starting at position 0 of test.
Yes, it is overflow in the sense t ... |
Topic: Array overflow? How can it happen? |
d00dajo
Replies: 11
Views: 10094
|
Forum: General CCS C Discussion Posted: Thu Oct 27, 2005 7:32 am Subject: Windows programming vs Microcontrollers. |
I don't know why you think it normal and acceptable for the complier not to give an error on this issue but from my point of view, the complier is certainly not clever enough. But I will accept this ... |
|