Author |
Message |
Topic: Compiling with 4.120 |
Steam
Replies: 7
Views: 8968
|
Forum: General CCS C Discussion Posted: Tue Nov 08, 2011 11:11 am Subject: Compiling with 4.120 |
Is there an option to do this automatic on the compiler?
thanks! |
Topic: Compiling with 4.120 |
Steam
Replies: 7
Views: 8968
|
Forum: General CCS C Discussion Posted: Mon Nov 07, 2011 6:01 am Subject: Compiling with 4.120 |
Thanks for you answer.
Yes, the code is downloaded by a bootloader, thats why the bootloader.h define is in the code.
Sorry I didn't explain it.
How can I do to make the compiler add this lin ... |
Topic: Compiling with 4.120 |
Steam
Replies: 7
Views: 8968
|
Forum: General CCS C Discussion Posted: Sun Nov 06, 2011 2:39 pm Subject: Compiling with 4.120 |
I made it work.
I looked at the .hex files:
The 4.057 compiler starts like this:
:020000040000FA
:040500000AEF33F0DB
:08050800056ED8CF06F0E0CF2C
:1005100007F00001E9CF0DF0EACF08F0E1CF09F0D4 ... |
Topic: Compiling with 4.120 |
Steam
Replies: 7
Views: 8968
|
Forum: General CCS C Discussion Posted: Sun Nov 06, 2011 11:36 am Subject: Compiling with 4.120 |
Hi thanks for the answer! I installed the new version on a separate folder.
The code compiled on the 4.053 runs ok on the hardware. Its a tested hardware that runs a bootloader to download new firm ... |
Topic: Compiling with 4.120 |
Steam
Replies: 7
Views: 8968
|
Forum: General CCS C Discussion Posted: Sun Nov 06, 2011 12:35 am Subject: Compiling with 4.120 |
Hi! I used for years the PICC 4.053 without any problem.
Now, I want to test the 4.120 version, but I wrote a simple test code to try it.
If I compile the code with 4.053, everything work, but i ... |
Topic: out of rom!! |
Steam
Replies: 7
Views: 7978
|
Forum: General CCS C Discussion Posted: Fri Nov 04, 2011 5:41 am Subject: out of rom!! |
Thanks for the answer, i will take a look at the thread.
I cant use a bigger pic because its an upgrade for an existing product, so i cant change anything in the hardware, just an upgrade on the fi ... |
Topic: out of rom!! |
Steam
Replies: 7
Views: 7978
|
Forum: General CCS C Discussion Posted: Thu Nov 03, 2011 6:07 am Subject: out of rom!! |
Hi, I'm developing a firmware for a pic 18F252, and I'm out of rom.
The thing is, that the firmware use a lot of printf and lcd_putc. I managed to use only a few functions to print the info.
Do ... |
|