View previous topic :: View next topic |
Author |
Message |
cleberalbert
Joined: 25 Feb 2014 Posts: 34 Location: Brazil
|
How to start programming with PIC16F88 by PCWHD 5.018? |
Posted: Wed Apr 23, 2014 6:32 pm |
|
|
Hi!!
I've tried to start a project with PIC16F88 by PCWHD 5.018 but when I'm setting up the "Project Wizard" I select the PIC16 family but I dont find the PIC16F88 device. I think there isnt this option! What would be the way to make possible I do it? do I maybe have to download any library?
maybe it's a stupid question, sorry about that.
Tks all! |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Apr 23, 2014 6:40 pm |
|
|
Look in this directory. Do you see the 16F88.h file ?
Quote: | c:\program files\picc\devices\16f88.h |
|
|
|
cleberalbert
Joined: 25 Feb 2014 Posts: 34 Location: Brazil
|
|
Posted: Thu Apr 24, 2014 11:59 am |
|
|
Thanks! There is! Now I only must write #include<16F88.h>
but soon im going to use the PIC32MX460F512L, it is 32bits and the PIC32MX460F512L.h file doesnt exist in the PICC directory. have any way to make possible to use the CCS? |
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Thu Apr 24, 2014 12:50 pm |
|
|
Hi,
Unfortunately, no, CCS does not yet offer a compiler for the PIC32 series devices. I believe it's been mentioned before for 'the future', but so far, not available.
John |
|
|
|