CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Byte Craft Fuzz-C Preprocessor for Fuzzy Logic
lesotter

Replies: 6
Views: 11605

PostForum: General CCS C Discussion   Posted: Sat Jan 22, 2005 2:26 pm   Subject: Byte Craft Fuzz-C Preprocessor for Fuzzy Logic
Sorry that last "guest" post was me - forgot to log in first!
Cheers
Les Otter
UK
  Topic: Migration from 16F877 to 18F452 problems
lesotter

Replies: 4
Views: 8767

PostForum: General CCS C Discussion   Posted: Sat Dec 18, 2004 6:38 pm   Subject: Migration from 16F877 to 18F452 problems
Not sure if this is yur problem, but when I ported an app from 16f877 to 18f452 I needed to add

#byte PORTA = 0xf80 // for 18f452

before any activity could be used on the A port ...
  Topic: PICkit1 10F problem?
lesotter

Replies: 5
Views: 13151

PostForum: General CCS C Discussion   Posted: Sat Dec 18, 2004 1:43 am   Subject: PICkit1 10F problem?
#include "C:\Program Files\PICC\devices\10f206.h"
#use delay(clock=4000000)
#fuses nowdt, nomclr
//make sure nomclr otherwise expects high on mclr pin...and we don't have many!
#byte CMCON0 = 0x07 ...
  Topic: Anyone compiled OK for Pic10F206 ? - setup_comparator
lesotter

Replies: 2
Views: 9350

PostForum: General CCS C Discussion   Posted: Sat Nov 27, 2004 12:17 am   Subject: Anyone compiled OK for Pic10F206 ? - setup_comparator
Thanks very much - tried as you said and it now compiles - inching forward now looking for the next "new device" issue
  Topic: Anyone compiled OK for Pic10F206 ? - setup_comparator
lesotter

Replies: 2
Views: 9350

PostForum: General CCS C Discussion   Posted: Fri Nov 26, 2004 2:08 pm   Subject: Anyone compiled OK for Pic10F206 ? - setup_comparator
Hi

I?ve just received my first Pic10F206's and tried to compile the code below (just to get going - created by the project wizard) and it fails with error 12, highlighting the ?setup_comparator? st ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group