Author |
Message |
Topic: Out of ROM |
Shawn Cherewick
Replies: 3
Views: 17710
|
Forum: General CCS C Discussion Posted: Thu Jun 19, 2003 10:37 am Subject: Re: Out of ROM |
Einly,
Perhaps you could try to have the compiler optimize the code.
Place this directive at the beginning of your file:
#OPT 9
Do not put anything else on the same line... well, my compiler freak ... |
Topic: PCB Compiler missing 12F header files |
Shawn Cherewick
Replies: 4
Views: 20913
|
Forum: General CCS C Discussion Posted: Sat May 31, 2003 3:50 pm Subject: Re: PCB Compiler missing 12F header files |
I use the PCM compiler for PIC12F675, I'm sure that the PCM compiler would also be used for the PIC12F629.
Regards,
Shawn.
:=I've used the PCM compiler for a long time. :=I just bought the PCB vers ... |
Topic: What clock frequency to use if using internal RC with respec |
Shawn Cherewick
Replies: 4
Views: 26790
|
Forum: General CCS C Discussion Posted: Mon Apr 21, 2003 12:29 pm Subject: Re: What clock frequency to use... |
:=:=Thanks, but that's not what I'm after. The question I'm asking is about the compiler and the "#use delay" directive. :=:= :=:=Normally, using an external crystal (say 11.0952 MHz) I would put #us ... |
Topic: What clock frequency to use if using internal RC with respec |
Shawn Cherewick
Replies: 4
Views: 26790
|
Forum: General CCS C Discussion Posted: Mon Apr 21, 2003 11:58 am Subject: Re: What clock frequency to use if using internal RC with re |
Thanks, but that's not what I'm after. The question I'm asking is about the compiler and the "#use delay" directive.
Normally, using an external crystal (say 11.0952 MHz) I would put #use delay(cloc ... |
Topic: What clock frequency to use if using internal RC with respec |
Shawn Cherewick
Replies: 4
Views: 26790
|
Forum: General CCS C Discussion Posted: Sun Apr 20, 2003 12:07 pm Subject: What clock frequency to use if using internal RC with respec |
Quick question:
Which clock frequency should I use if I'm using the internal RC clock of a PIC12F675 and am using #use delay()?
#use delay(clock = 4000000) //Fosc of internal RC.
or
#use ... |
|