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 2 matches
CCS Forum Index
Author Message
  Topic: PCD compiler, PIC 24 and external oscillator
mb91

Replies: 1
Views: 3861

PostForum: General CCS C Discussion   Posted: Tue Nov 06, 2007 7:44 am   Subject: PCD compiler, PIC 24 and external oscillator
Hello,
I work on a project with a 24fj128ga010 processor and PCD Compiler.
The software do not work with the Primary Oscillator ?
I work with a explorer 16 demo board with an external oscillator at ...
  Topic: Error with "%" operator and int32 or int64
mb91

Replies: 3
Views: 4335

PostForum: General CCS C Discussion   Posted: Tue Oct 30, 2007 4:04 am   Subject: Error with "%" operator and int32 or int64
With this program and PCD compiler v4.059, the result is fault with "%" operator...
int32 a;
int32 b;

void main(void)
{

a= 0;
b=a%100;

// here b=100 error instead of 0

...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group