View previous topic :: View next topic |
Author |
Message |
Prashant Patel
Joined: 19 Jul 2004 Posts: 33
|
18F4680 not found |
Posted: Thu Dec 02, 2004 7:45 pm |
|
|
Hi..
PCM 3.202 was already installed in my computer PICC
directory. And I just bought PCH compiler and installed
it under PICC directory.
As we are going to use 18F4680 processor, I need to include
header file for that in the beginning of the program. But
I found some 18 series .h files are there in the Devices
folder but not 18F4680.h . How can I use this device?
Is it possible to having some problem while installation and
this file having not been copied?
Thanx in advanced...
Regards
Prashant |
|
|
Haplo
Joined: 06 Sep 2003 Posts: 659 Location: Sydney, Australia
|
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Thu Dec 02, 2004 10:27 pm |
|
|
Also be aware that installing different versions of PCM and PCH
in the same directory can cause problems. See this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=19614
Note that this problem doesn't occur with PCWH because both
compilers are automatically the same version with that product.
It's only a problem when you buy the separate compilers. |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Fri Dec 03, 2004 6:46 am |
|
|
PCM programmer wrote: | Also be aware that installing different versions of PCM and PCH
in the same directory can cause problems. See this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=19614
Note that this problem doesn't occur with PCWH because both
compilers are automatically the same version with that product.
It's only a problem when you buy the separate compilers. |
Well that stinks |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Fri Dec 03, 2004 8:52 am |
|
|
Mark: just call them a different name.
/PICC
/PICC3.19
/PICC3.20
/PICC3.212
all at the same level
then rename the version you WERE using to PIC.XXX (to its version)
and the NEW version you want to use renamed to /PIC
I keep most of the stable versions around. I know certain projects will compile without a problem on certain compiler versions.
Why fix what ain't broken? |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Fri Dec 03, 2004 8:57 am |
|
|
Well I pay every year for the latest but looky what version all but one (I think) of my projects use:
Quote: | MPASM
CCS PCM C Compiler, Version 2.708, 7910
Filename: D:\PIC\KEYPAD\UIP.LST
ROM used: 7148 (87%)
Largest free fragment is 881
RAM used: 157 (43%) at main() level
188 (52%) worst case
Stack: 8 worst case (7 in main + 1 for interrupts) |
Like you said, why fix it if it ain't broken. |
|
|
|