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 8 matches
CCS Forum Index
Author Message
  Topic: CCP
cLuciano

Replies: 1
Views: 3132

PostForum: General CCS C Discussion   Posted: Sun Sep 09, 2007 3:11 pm   Subject: CCP
I am developing with PIC18F6527.

I must generate a precise variable frequency signal without jitter.
I thought to use timer1 and CCP1 with the compare function.

If the special event timer1 a ...
  Topic: ADE7758
cLuciano

Replies: 0
Views: 2305

PostForum: General CCS C Discussion   Posted: Mon Sep 03, 2007 11:57 am   Subject: ADE7758
SOMEONE HAS WORK WITH ADE7758?
SPECIFICALLY WHICH IS THE METHOD TO MEASURE THE ACTIVE, REACTIVE, APPARENT POWER AND NOT THE ENERGY ?
  Topic: Disable Low Priority Interrupts
cLuciano

Replies: 3
Views: 4284

PostForum: General CCS C Discussion   Posted: Mon Aug 27, 2007 3:16 am   Subject: Disable Low Priority Interrupts
Supposing all the interruptions are already enabled.
Is correct the following procedure to disable only the low priority interruptions:

#inline
void disable_interrupts_lowPriority(void)
{
#asm ...
  Topic: Disable Low Priority Interrupts
cLuciano

Replies: 3
Views: 4284

PostForum: General CCS C Discussion   Posted: Mon Aug 27, 2007 2:21 am   Subject: Disable Low Priority Interrupts
How i can disable only the low priority interrupts
  Topic: Compile+Assembler
cLuciano

Replies: 1
Views: 3687

PostForum: General CCS C Discussion   Posted: Sun Feb 25, 2007 6:33 am   Subject: Compile+Assembler
I am working to a PLC project that uses a PIC18F6680.

To speed up the code execution that resolve the PLC logical equations i need to write it in machine language.

Then I have written an assem ...
  Topic: MCLR with PIC12F675
cLuciano

Replies: 4
Views: 6371

PostForum: General CCS C Discussion   Posted: Thu Feb 08, 2007 8:12 am   Subject: MCLR with PIC12F675
3.242
  Topic: MCLR with PIC12F675
cLuciano

Replies: 4
Views: 6371

PostForum: General CCS C Discussion   Posted: Thu Feb 08, 2007 8:01 am   Subject: MCLR with PIC12F675
MPlab returns the following error:

ICDWarn0043: MPLAB ICD 2 cannot debug the selected device while it is configured for internal MCLR. Would you like to select external MCLR?
ICD0200: Operation ...
  Topic: #byte directive
cLuciano

Replies: 1
Views: 3667

PostForum: General CCS C Discussion   Posted: Wed Dec 27, 2006 11:36 am   Subject: #byte directive
I need to know why this statement will compile
#byte PLC_AN1=PLC_RELE_START+1+PLC_ANC
and this
#byte PLC_AN1=PLC_RELE_START+(1+PLC_ANC)
return the following error:
Expression must be a constant o ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group