View previous topic :: View next topic |
Author |
Message |
sergioigel
Joined: 13 Aug 2010 Posts: 26 Location: RJ/Brazil
|
CCS not found 16f1704.h |
Posted: Wed Feb 24, 2016 2:41 pm |
|
|
hi,
I try to use the PIC16F1704 in my project, but I couldn't find the file 16f1704.h in directory /PICC/Devices
where can i find this ?
the version of my CCS is:5.010 PCM
thanks |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9245 Location: Greensville,Ontario
|
|
Posted: Wed Feb 24, 2016 3:01 pm |
|
|
Odds are that PIC is newer than your version of CCS compiler, so you'll have to upgrade your compiler.
Haven't checked but CCS may have a chart of version vs PICs on their website.
Jay |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19546
|
|
Posted: Wed Feb 24, 2016 3:34 pm |
|
|
The chip was released Autumn 2013, and 5.010, was almost exactly the same time. Hadn't been time for it to be added yet. The files for the chip date to November 2013. I think 5.012 was the first with these added.
Also 5.010, was pretty close to a beta version. The earliest V5 version I actually kept was 5.009, and it was a couple of versions later before it was really a fully useable compiler. |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1934 Location: Norman, OK
|
|
Posted: Wed Feb 24, 2016 4:46 pm |
|
|
My device file is dated 10/22/2015 in version 5.055 so they may have made some changes after that. _________________ Google and Forum Search are some of your best tools!!!! |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19546
|
|
Posted: Thu Feb 25, 2016 12:26 pm |
|
|
All of the .h files were updated with definitions for the built in function prototypes at various times last year. The November 2013 date was the first file. |
|
|
|