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 7 matches
CCS Forum Index
Author Message
  Topic: v.4.107 (pic24) calc error
qseeker

Replies: 7
Views: 5201

PostForum: General CCS C Discussion   Posted: Thu Oct 07, 2010 3:23 pm   Subject: v.4.107 (pic24) calc error
Thanks FvM!
I'm definitely disappointed in 4.xx version.
  Topic: v.4.107 (pic24) calc error
qseeker

Replies: 7
Views: 5201

PostForum: General CCS C Discussion   Posted: Thu Oct 07, 2010 11:53 am   Subject: v.4.107 (pic24) calc error
Hi all.

I get strange result on v.4.107 for 24HJ128GP506


int8 r0,r1,r2,r3;
int8 column[4];

r0 = column[1] ^ column[2] ^ column[3];
r1 = col ...
  Topic: Version 4.088 error?
qseeker

Replies: 3
Views: 3254

PostForum: General CCS C Discussion   Posted: Tue Jul 21, 2009 6:35 am   Subject: Version 4.088 error?
Only MY_STATE&=MASK instead of bit_clear() help me solve this problem.
Somebody have same problem with bit_clear(x,y) on int32 'x' with not constant 'y'?
  Topic: LED not blinking....
qseeker

Replies: 5
Views: 4749

PostForum: General CCS C Discussion   Posted: Mon Jul 20, 2009 9:34 am   Subject: LED not blinking....
delay_us(500) is too fast.... try delay_ms(500)
  Topic: Version 4.088 error?
qseeker

Replies: 3
Views: 3254

PostForum: General CCS C Discussion   Posted: Mon Jul 20, 2009 9:13 am   Subject: Version 4.088 error?
Thank you, Ttelmah!
I don't sure about compiler error. I just to find out it. The INT defintion is clear for me now, thank you again. I tryed signed and unsigned int32 types without results. On sign ...
  Topic: LED not blinking....
qseeker

Replies: 5
Views: 4749

PostForum: General CCS C Discussion   Posted: Mon Jul 20, 2009 8:52 am   Subject: LED not blinking....
Delete #use fast_io(A) or use set_tris_a()
  Topic: Version 4.088 error?
qseeker

Replies: 3
Views: 3254

PostForum: General CCS C Discussion   Posted: Mon Jul 20, 2009 8:16 am   Subject: Version 4.088 error?
Nomber one:


#include <18F2580.h>
//******************************************
int32 MY_STATE;

#define GET_MY_STATE(x) bit_test(MY_STATE,x)
#define SET_MY_STATE(x ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group