View previous topic :: View next topic |
Author |
Message |
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sun Aug 28, 2011 2:26 pm |
|
|
Goggle for this:
Quote: |
mplab ide download |
|
|
|
JustRob
Joined: 27 Aug 2011 Posts: 10 Location: Hudson, MA
|
|
Posted: Sun Aug 28, 2011 3:43 pm |
|
|
Yup, Microchip gets my vote for pulling off an outstanding mind game!
I purchased the DV164120 PICkit 2 starter kit with the low pin count development board which comes with the 16F690 micro. I installed both the CCS C compiler, the HI TECH LITE C compiler and even upgraded MPLAB toversion 8.73.
I verified the PICkit 2 worked properly. I went to start a new project using the project wizard. It doesn't matter which compiler I use, when I try to add the header file for the 16F690 it is nowhere to be found! Microchip does support the micro it sends out in their development kit for C programming!
Grrrrr! Thanks Microchip, now I have a headache as I sit here flapping my lips while staring at the screen!
Thanks to those who tried to help! |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sun Aug 28, 2011 4:08 pm |
|
|
I just installed MPLAB vs. 8.73a an hour or so ago, and I told it to install
Hi-Tech C at the same time. It sure does have the Hi-Tech pic16F690.h
file. It's right here:
Quote: | c:\program files\hi-tech software\picc\9.81\include\pic16f690.h |
If you any questions on the Hi-Tech C compiler and how to use it, you
should ask them on one of the following two forums:
Microchip's Hi-Tech forum:
http://www.microchip.com/forums/f231.aspx
Hi-Tech's own forums:
http://forum.htsoft.com/all/categories.php |
|
|
JustRob
Joined: 27 Aug 2011 Posts: 10 Location: Hudson, MA
|
|
Posted: Mon Aug 29, 2011 8:21 am |
|
|
I got it. I manually searched c:\Program Files (x86)\HI-TECH Software\PICC\9.80\include for the 16f690.h file which was not there. Then I backed up to the HI-TECH Software folder in windows explorer and used their search box which did not find it.
Manually searching I found it and I am now able to program the 16F690 in C on the demo board.
Thank you so much! |
|
|
|