View previous topic :: View next topic |
Author |
Message |
kd5bfm
Joined: 25 Nov 2007 Posts: 3
|
16F88.h |
Posted: Sun Nov 25, 2007 9:52 am |
|
|
can someone tell me where i can get a copy of 16F88.h include file?? i have searched and i cannot seem to locate it. thanks in advance. |
|
|
Guest
|
|
Posted: Sun Nov 25, 2007 10:15 am |
|
|
Repeat after me:
If the compiler, supports a chip, the include file comes with it. If the compiler doesn't have the include file, then it doesn't support the chip. Adding the file, _won't_ make the compiler support the chip....
Best Wishes |
|
|
kd5bfm
Joined: 25 Nov 2007 Posts: 3
|
|
Posted: Sun Nov 25, 2007 11:24 am |
|
|
Anonymous wrote: | Repeat after me:
If the compiler, supports a chip, the include file comes with it. If the compiler doesn't have the include file, then it doesn't support the chip. Adding the file, _won't_ make the compiler support the chip....
Best Wishes |
Ok well thank you for your input but before you get all high and mighty with your 'Repeat after me' self. take a look at this 1st. i am looking for the header file for the PIC16F884. this is directly from the compiler.
|
|
|
Ttelmah Guest
|
|
Posted: Sun Nov 25, 2007 11:30 am |
|
|
1) You asked for the 16F88 file, not the 16F884 file.
2) The list, shows the chips supported by the _current version_. If you update to the current version, the files for these chips are included. Older versions _do not_ include files for latter chips.
3) Your original install disks, will include all the files for the chips that the version you bought supports.
Best Wishes |
|
|
kd5bfm
Joined: 25 Nov 2007 Posts: 3
|
|
Posted: Sun Nov 25, 2007 12:01 pm |
|
|
your right i did say 16F88 originally, however look:
|
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sun Nov 25, 2007 1:40 pm |
|
|
If you truly own the compiler and it's not the limited demo version, then
1. Re-install the compiler and see if the .H files are now present.
2. Email CCS support and explain the problem to them. Be sure to
give them your customer reference number and compiler version.
The Customer Reference number is in this format, xxxx-x-xxxxx,
and you should have received it in an email from CCS when you
bought the compiler. |
|
|
|