View previous topic :: View next topic |
Author |
Message |
NigelBrooks
Joined: 22 Jun 2009 Posts: 4
|
PIC18F46K80 support |
Posted: Thu Nov 24, 2011 12:54 pm |
|
|
Hi, does anyone know what compiler/IDE version we need to compile for the 18f46k80 ?
We have 3.250, but no K or J support. We've seen V4.107, but only has J support, very few K parts !
Can we update our 'old' compiler for the new chip ? We normally use the 18f4550, but need more Flash, and no USB.
Thanks |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9225 Location: Greensville,Ontario
|
|
Posted: Thu Nov 24, 2011 3:13 pm |
|
|
PCH v4.114 has it. |
|
|
NigelBrooks
Joined: 22 Jun 2009 Posts: 4
|
Could you post the header file... |
Posted: Thu Nov 24, 2011 3:31 pm |
|
|
Could you post the header file 18f46k80.h to see if it works with my compiler, thanks. |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19506
|
|
Posted: Thu Nov 24, 2011 3:43 pm |
|
|
Do a search here.
The .h files, _do not add support for a chip_. The support comes in the dat file with the compiler.
Best Wishes |
|
|
NigelBrooks
Joined: 22 Jun 2009 Posts: 4
|
|
Posted: Thu Nov 24, 2011 4:59 pm |
|
|
Can the dat files be copied, or are they locked to the version ? |
|
|
w2drz
Joined: 27 Dec 2006 Posts: 55 Location: Western New York - USA
|
Re: PIC18F46K80 support |
Posted: Thu Nov 24, 2011 5:00 pm |
|
|
NigelBrooks wrote: | Hi, does anyone know what compiler/IDE version we need to compile for the 18f46k80 ?
We have 3.250, but no K or J support. We've seen V4.107, but only has J support, very few K parts !
Can we update our 'old' compiler for the new chip ? We normally use the 18f4550, but need more Flash, and no USB.
Thanks |
May wish to look at this post:
http://www.ccsinfo.com/forum/viewtopic.php?t=46807
PIC18F46K80 Compiler update and CCSLOAD
That will explain some of the differance the 'K80' chip has.
tom W2DRZ |
|
|
NigelBrooks
Joined: 22 Jun 2009 Posts: 4
|
|
Posted: Thu Nov 24, 2011 6:05 pm |
|
|
Thanks, but not much detail there. We program using a PicKit 2 can this be updated to cope with the K80 ?
Sound slike we will have to pay to upgrade to the latest compiler then :( we'll have to look for another solution. |
|
|
|