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 4 matches
CCS Forum Index
Author Message
  Topic: Float number problems
Simone

Replies: 4
Views: 5395

PostForum: General CCS C Discussion   Posted: Sat Nov 03, 2012 3:20 am   Subject: Float number problems
Hi,

I'm using CCS PCD C Compiler for PIC24EP512GU810.

I've a problem with float number operations. Here an example inside a function:


float vAOUT1 = -8.3
float p = 10.0F - vAOUT1;

if & ...
  Topic: Problem with PIC24E 32-bit timer
Simone

Replies: 6
Views: 9502

PostForum: General CCS C Discussion   Posted: Wed Oct 24, 2012 12:57 am   Subject: Problem with PIC24E 32-bit timer
Thanks,

Now, my timer works!
  Topic: Problem with PIC24E 32-bit timer
Simone

Replies: 6
Views: 9502

PostForum: General CCS C Discussion   Posted: Tue Oct 23, 2012 9:03 am   Subject: Problem with PIC24E 32-bit timer
Thanks,

I added while loop in my code but interrupt is not intercepted yet.



#define CSDB_TIMER2_3_THR 0x01C9C3

#int_timer3 //Level = 4
void int_timer23_isr()
{
int32 ...
  Topic: Problem with PIC24E 32-bit timer
Simone

Replies: 6
Views: 9502

PostForum: General CCS C Discussion   Posted: Tue Oct 23, 2012 8:21 am   Subject: Problem with PIC24E 32-bit timer
Hi, I'm beginner to program PIC with CCS PCD compiler.

I'm trying to set a 32-bit timer, but the interrupt is not intercepted.

Here my code:


#define CSDB_TIMER2_3_THR 0x01C9C3

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


Powered by phpBB © 2001, 2005 phpBB Group