i have problem wint the pic16f877a, when i try to write the device
#device PIC16F877A
the copiler say unknown device type
help ,tanks
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
Posted: Wed May 11, 2005 10:32 am
Not sure what are you trying to do with the directive #device but to
define what processor to use you must write:
#include <16F877A.h>
Humberto
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Wed May 11, 2005 12:59 pm
The demo doesn't support the 16F877A, only the 16F877.
The following page lists the PICs that are supported by the demo:
http://www.ccsinfo.com/demo.shtml
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