View previous topic :: View next topic |
Author |
Message |
kaushalpatel7786
Joined: 13 Sep 2016 Posts: 4
|
PIC18F25K80 not in Device List |
Posted: Mon Dec 05, 2016 2:25 pm |
|
|
I have CCS 4.107 version. Can anyone please share device 18F25K80.h file? |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19510
|
|
Posted: Mon Dec 05, 2016 2:33 pm |
|
|
The .h file will not add support for a device. All it is is basic defines that can be copied from other chips. The actual support for a chip is much deeper inside the compiler. You will need to update to get this.
It is possible to add a device if your compiler supports one that is very similar, using the device editor in the iDE, but it is a lot of work. |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9226 Location: Greensville,Ontario
|
|
Posted: Mon Dec 05, 2016 4:04 pm |
|
|
The other alternative is to choose a PIC that your version of compiler supports. There are a LOT of PICs available, do you NEED that particular one ? |
|
|
kaushalpatel7786
Joined: 13 Sep 2016 Posts: 4
|
|
Posted: Tue Dec 06, 2016 7:11 am |
|
|
temtronic wrote: | The other alternative is to choose a PIC that your version of compiler supports. There are a LOT of PICs available, do you NEED that particular one ? |
Thank you for advise, but I have to use this PIC only. |
|
|
kaushalpatel7786
Joined: 13 Sep 2016 Posts: 4
|
|
Posted: Tue Dec 06, 2016 7:13 am |
|
|
Ttelmah wrote: | The .h file will not add support for a device. All it is is basic defines that can be copied from other chips. The actual support for a chip is much deeper inside the compiler. You will need to update to get this.
It is possible to add a device if your compiler supports one that is very similar, using the device editor in the iDE, but it is a lot of work. |
I agree with you that it is a lot of work to edit in any existing device, so i finally decide to update the software. Thank you for advise. |
|
|
|