View previous topic :: View next topic |
Author |
Message |
arif Guest
|
Can I use 16f675 with pcw v2.71 |
Posted: Wed Jun 18, 2003 12:02 am |
|
|
Hi
First I'm sorry for my poor english.
I have pcw V2.71 and in my application I have to use 8 pin flash pic, with 10 bit adc so i want to use 16f675
But there is not include file in pcw V 2.71
What can i do?
Can i Find include file?
Please help.
Thank you.
Arif Turkey
___________________________
This message was ported from CCS's old forum
Original Post ID: 144515342 |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
Re: Can I use 16f675 with pcw v2.71 |
Posted: Wed Jun 18, 2003 4:32 pm |
|
|
:=Hi
:=First I'm sorry for my poor english.
:=
:=I have pcw V2.71 and in my application I have to use 8 pin flash pic, with 10 bit adc so i want to use 16f675
:=But there is not include file in pcw V 2.71
:=What can i do?
:=Can i Find include file?
-----------------------------------------------------
It's called the 12F675. Just getting the include file
will not help. Many of the built-in CCS functions will
not work, because the compiler does not have information
on the internal register settings of the 12F675. This
information is contained in the Device data file.
Also, the compiler has to know the proper locations of
the configuration bits (fuse settings) so that it can
put them into the HEX output file.
I don't have PCW, so I don't know if it's possible for
the end-user to add a new chip. CCS has a screen shot
of the device editor here:
<a href="http://www.ccsinfo.com/pix/pcw3-big.gif" TARGET="_blank">http://www.ccsinfo.com/pix/pcw3-big.gif</a>
You have an old version of PCW. Does your version have this
Device Editor screen ?
I can't really help you very much, since I don't have PCW.
But possibly, you could create a new device (12F675) or
edit an existing device so that it "looks like" the 12F675.
Even then, it may not work. The best idea may be to buy
the maintenance update for the compiler (1 year of downloads
for new versions).
If you do buy a new compiler instead of the maintenance updates,
then get the PCM compiler. The 12F675 requires PCM (not PCB).
___________________________
This message was ported from CCS's old forum
Original Post ID: 144515372 |
|
|
arif Guest
|
Re: Can I use 16f675 with pcw v2.71 |
Posted: Thu Jun 19, 2003 6:22 am |
|
|
thanks!
___________________________
This message was ported from CCS's old forum
Original Post ID: 144515380 |
|
|
|