View previous topic :: View next topic |
Author |
Message |
PetrolDave
Joined: 23 May 2006 Posts: 3 Location: Fordingbridge, Hampshire U.K.
|
PIC18F4450 Header File |
Posted: Tue May 23, 2006 8:36 am |
|
|
Hi,
I've just purchased v3.236 of the PCH compiler to use on a USB project with the 18F4450 device. But I can't find an 18F4450.h device file?
Do I have to create one by copying the 18F4550.h file and manually editing it? Or is it available from another source. |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Tue May 23, 2006 8:54 am |
|
|
If you just purchased the compiler, version 3.249 has the .H file you need and you can just download the update from CCS to get all the supported device files. Since the device support is built into the compiler just getting the header file will not solve the problem. |
|
|
rberek
Joined: 10 Jan 2005 Posts: 207 Location: Ottawa, Canada
|
|
Posted: Tue May 23, 2006 12:00 pm |
|
|
This one may be too new to be included yet. I do not have the header file either, and my compiler is up to date. It's datasheet is still marked "Advanced Information" but Microchip indicates it is in production.
I'm guessing it will be there for the next version of the compiler. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue May 23, 2006 12:47 pm |
|
|
Quote: | But I can't find an 18F4450.h device file?
Do I have to create one by copying the 18F4550.h file |
I have PCH vs. 3.249 and I have both those files:
Code: |
18F4450 H 12,208 03-23-06 12:15p 18F4450.h
18F4550 H 15,580 03-23-06 12:15p 18F4550.h |
|
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Tue May 23, 2006 3:56 pm |
|
|
My apologies, I guess should have explicitly said I DO have the header files for those versions in 3.249, the same as PCM Programmer |
|
|
|