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 3 matches
CCS Forum Index
Author Message
  Topic: What am I doing wrong? (help)
circlesod

Replies: 6
Views: 5415

PostForum: General CCS C Discussion   Posted: Fri May 11, 2007 1:10 pm   Subject: What am I doing wrong? (help)
I don't know. It seems that the compiler isn't consistant.
If I compile this, everything works alright:



#include <16F877.h>
#device adc=8

#FUSES NOWDT //No Watch Dog ...
  Topic: What am I doing wrong? (help)
circlesod

Replies: 6
Views: 5415

PostForum: General CCS C Discussion   Posted: Fri May 11, 2007 12:11 pm   Subject: What am I doing wrong? (help)
Yes... You're totally right. Stupid me...!
Thank you! Embarassed


But this one gives me a headache:


int porta = 0b111111;
OUTPUT_A(porta); <-- Works fine
OUTPUT_A(0b ...
  Topic: What am I doing wrong? (help)
circlesod

Replies: 6
Views: 5415

PostForum: General CCS C Discussion   Posted: Fri May 11, 2007 6:38 am   Subject: What am I doing wrong? (help)
As a totally new to CCS Pic-C, I dowloaded the latest demo (4.034 ?) in order to try it out. Used the wizard to create all fuses and such.

Then I just added a variable declaration and compiled it. ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group