Author |
Message |
Topic: Application hangs |
Axel
Replies: 3
Views: 4782
|
Forum: General CCS C Discussion Posted: Sun Jan 31, 2010 10:29 am Subject: Application hangs |
I've overcome the problem I had but faced an even stranger one. It all worked fine if instead of using multiple compilation units and linking them together I included all source files directly in main ... |
Topic: Application hangs |
Axel
Replies: 3
Views: 4782
|
Forum: General CCS C Discussion Posted: Sun Jan 31, 2010 6:51 am Subject: Application hangs |
I have recently been experiencing the PIC to hang in to boot sequence. More specifically, it hangs when setting up the I2C-bus. It has done so a few times in the past but I never gave it much thought ... |
Topic: Storing data in ROM |
Axel
Replies: 3
Views: 6338
|
Forum: General CCS C Discussion Posted: Wed Jan 13, 2010 3:22 am Subject: Storing data in ROM |
It compiled with no problems for me, using vs. 4.104. However, I did
have to add the typedef statement for UCHAR to make it compile.
Thank you very much, I found what was wrong thanks to your rep ... |
Topic: Code protection with MPLAB 7.60 and CCS 4.064 |
Axel
Replies: 9
Views: 9770
|
Forum: General CCS C Discussion Posted: Tue Apr 07, 2009 6:31 am Subject: Code protection with MPLAB 7.60 and CCS 4.064 |
Thanks for the quick reply!
The reason for not using 8.30 is simply that it's the version we run where I work. Company policy simply, stupid as it may sound.
Yes, I do have ICD=TRUE
The probl ... |
Topic: Code protection with MPLAB 7.60 and CCS 4.064 |
Axel
Replies: 9
Views: 9770
|
Forum: General CCS C Discussion Posted: Tue Apr 07, 2009 3:12 am Subject: Code protection with MPLAB 7.60 and CCS 4.064 |
Hello,
I've been sitting all day trying to make MPLAB to enable code protection with little to no success. The CPU on the boards I'm programming are PIC18F65J10 and 67J10 and I've tried with #fuses ... |
Topic: Strange memory errors on 18F65J10 |
Axel
Replies: 6
Views: 6750
|
Forum: General CCS C Discussion Posted: Wed Sep 24, 2008 5:23 am Subject: Strange memory errors on 18F65J10 |
Hi again, still wrestling the problem...
So in this case, 16bytes for the data, but 26 bytes for the extra code.....
If however you declare a 1000 byte array, the overhead code, remains the same b ... |
Topic: Strange memory errors on 18F65J10 |
Axel
Replies: 6
Views: 6750
|
Forum: General CCS C Discussion Posted: Mon Sep 22, 2008 9:08 am Subject: Strange memory errors on 18F65J10 |
Thank you very much for explaining this Ttelmah! This bit of info really helped a lot in making some important design decisions for our project.
Best regards,
Axel Lindholm |
Topic: Strange memory errors on 18F65J10 |
Axel
Replies: 6
Views: 6750
|
Forum: General CCS C Discussion Posted: Mon Sep 22, 2008 7:17 am Subject: Strange memory errors on 18F65J10 |
Me and my colleague managed to temporarily fix this problem by changing all of our variables with ROM qualifiers to use a const qualifier instead. The const qualifier results in a different and more c ... |
Topic: Strange memory errors on 18F65J10 |
Axel
Replies: 6
Views: 6750
|
Forum: General CCS C Discussion Posted: Thu Sep 18, 2008 3:58 am Subject: Strange memory errors on 18F65J10 |
Hi!
I've run into a problem using version 4.064 of the compiler. It would seem that I've reached some kind of limit for memory usage. I've got plenty of RAM and flash available but adding new variabl ... |
|