Author |
Message |
Topic: CCP |
cLuciano
Replies: 1
Views: 3132
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|