Author |
Message |
Topic: Vastly different compile times with one line of code? |
rmozer
Replies: 4
Views: 5882
|
Forum: General CCS C Discussion Posted: Wed Dec 19, 2012 8:07 am Subject: Vastly different compile times with one line of code? |
Ttelmah,
Very interesting and maybe this old dog can still learn something. Please bear with me as I really want to understand this.
The optimization of the CCS PCH compiler is truly interestin ... |
Topic: Vastly different compile times with one line of code? |
rmozer
Replies: 4
Views: 5882
|
Forum: General CCS C Discussion Posted: Tue Dec 18, 2012 3:19 pm Subject: Vastly different compile times with one line of code? |
I'm using PCH V4.124 and a PIC18F6722 target. The code is massive with some 40,547 lines of code using 93% of ROM.
As any complex project there are many calls to various subroutines. In this case ... |
Topic: Version 4 Comments |
rmozer
Replies: 270
Views: 414091
|
Forum: General CCS C Discussion Posted: Fri Mar 30, 2007 8:58 am Subject: Version 4 Comments |
I started with "B" before there was "C" (yes it's true) and have used the CCS compiler since it became commercial. I still learn new tricks and enjoy looking at the comments and ... |
Topic: Anybody else using the FRAM 25256 memory? |
rmozer
Replies: 2
Views: 5221
|
Forum: General CCS C Discussion Posted: Thu Mar 01, 2007 12:36 pm Subject: Anybody else using the FRAM 25256 memory? |
Thanks for the suggestions but I have read the errata and data sheets and believe that we are interfaced correctly and are using good code to work the memory. With about 1000 units installed the prob ... |
Topic: Anybody else using the FRAM 25256 memory? |
rmozer
Replies: 2
Views: 5221
|
Forum: General CCS C Discussion Posted: Wed Feb 28, 2007 8:38 pm Subject: Anybody else using the FRAM 25256 memory? |
We have a solar powered 16F6722 based product that uses the FRAM 25256 memory. We are very happy with it when it works but we have a significant number of failures (2-3%) that has me concerned. Memo ... |
Topic: Version 4 Comments |
rmozer
Replies: 270
Views: 414091
|
Forum: General CCS C Discussion Posted: Mon Aug 14, 2006 3:18 pm Subject: Version 4 Comments |
Same problem... still have 3.960 after trying to update to 4.001.
Dinesh, are you installing to the default \program files\picc or like me trying to install into a different subdirectory? I wonder ... |
Topic: Version 4 Comments |
rmozer
Replies: 270
Views: 414091
|
Forum: General CCS C Discussion Posted: Sun Aug 13, 2006 3:19 pm Subject: Version 4 Comments |
Just a couple of comments...
If you install version 4 in some directory other than \program files\picc and run the update program it will always download the update to \program files\picc\downloads ... |
Topic: Embedded Ethernet Development Kit & ex_st_webserver.c ex |
rmozer
Replies: 13
Views: 18746
|
Forum: General CCS C Discussion Posted: Mon Jul 10, 2006 9:13 pm Subject: Embedded Ethernet Development Kit & ex_st_webserver.c ex |
I had a simular problem with TCP using the Microchip stack as ported by CCS. With a limited amount of ram, the code has a "feature" that allows TCP packets to be sent with out waiting for t ... |
Topic: Anyone using the CCS version of the Microchip TCP/IP Stack |
rmozer
Replies: 3
Views: 5946
|
Forum: General CCS C Discussion Posted: Mon Jul 10, 2006 5:02 pm Subject: Anyone using the CCS version of the Microchip TCP/IP Stack |
For what it is worth, I'm using it or more to the point, trying to use it. Actually it is pretty clean and well documented code. I had to do a lot of work to get it to work with the PPP service I wan ... |
Topic: Telnet Client with MicroChip TCP/IP stack? |
rmozer
Replies: 2
Views: 5675
|
Forum: General CCS C Discussion Posted: Sun Jun 04, 2006 9:21 pm Subject: Telnet Client with MicroChip TCP/IP stack? |
Using the CCS port of the MicroChip TCP/IP stack I am able to act as a Telnet host and I can send TCP or UDP packets without a problem. However if I try to "telnet" to a PC host (running Hyperterminal ... |
Topic: Code at 0x1FCC4 is outside all functions ???? |
rmozer
Replies: 1
Views: 3389
|
Forum: General CCS C Discussion Posted: Sun Oct 09, 2005 4:03 pm Subject: Code at 0x1FCC4 is outside all functions ???? |
Ever since going to version 2.234 (and on to 2.235) I have started seeing some strange things while trying to debug code on a 18F6722. I can't say for sure that it didn't exist before these compiler ... |
Topic: Source for RAMTRON FM25256? |
rmozer
Replies: 5
Views: 6298
|
Forum: General CCS C Discussion Posted: Tue Aug 30, 2005 4:27 pm Subject: Source for RAMTRON FM25256? |
Thanks for the link... I put in a request but haven't heard back yet. If you have a contact feel free to give them my email, just remove the nospam... [email protected] |
Topic: Source for RAMTRON FM25256? |
rmozer
Replies: 5
Views: 6298
|
Forum: General CCS C Discussion Posted: Tue Aug 30, 2005 1:40 pm Subject: Source for RAMTRON FM25256? |
I have a rush project and need a small number (20) of RAMTRON's FM25256-S fram chips... anybody know of an off the shelf source? Seems Future, Newark, and All-American don't have any stock and have a ... |
Topic: Passing constant string to a function? |
rmozer
Replies: 3
Views: 7780
|
Forum: General CCS C Discussion Posted: Tue Jun 07, 2005 1:41 pm Subject: Passing constant string to a function? |
Thanks... That let me to several solutions ;) |
Topic: Passing constant string to a function? |
rmozer
Replies: 3
Views: 7780
|
Forum: General CCS C Discussion Posted: Mon Jun 06, 2005 9:11 pm Subject: Passing constant string to a function? |
I understand that you can not pass a pointer to a constant in PICC. Are there any clever workarounds?
As an example, in HiTech C you can do something like:
void MyFunction(const char *strin ... |
|