I am using pic 16F1947 to develop my new project. But I can't find the
header file of 16F1947.h. Where can I find this header file or which
header file can I use instead of 16F1947.h ?
Thanks a lot !!!
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Mon May 09, 2011 12:03 pm
CCS doesn't allow us to give it you. But if your compiler doesn't have
the 16F1947.h file, it means the compiler doesn't have support for the PIC
in the PCM.DLL and the Devices4.dat files. That's the important part.
The .h file just has constants that can be used as parameters for the
built-in functions that are defined in the PCM.DLL file. But without support
for the functions, the constants are not very useful.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum