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: how to use PWM and CCP_CAPTURE_FE ?
ruijing2

Replies: 5
Views: 6867

PostForum: General CCS C Discussion   Posted: Wed Apr 30, 2008 5:47 am   Subject: how to use PWM and CCP_CAPTURE_FE ?
i want to use EXTERNAL 1pps to read 10M count from EXTERNAL 10MHz clock. And to control the PWM.
  Topic: how to use PWM and CCP_CAPTURE_FE ?
ruijing2

Replies: 5
Views: 6867

PostForum: General CCS C Discussion   Posted: Wed Apr 30, 2008 4:34 am   Subject: re:
it keep interrupt the ccp1 as it will interrupt at 1s only
  Topic: how to use PWM and CCP_CAPTURE_FE ?
ruijing2

Replies: 5
Views: 6867

PostForum: General CCS C Discussion   Posted: Wed Apr 30, 2008 4:22 am   Subject: how to use PWM and CCP_CAPTURE_FE ?
#INT_TIMER1
void time1()
{
}

#INT_CCP1
void hahah()
{
}

void main() {

set_uart_speed(9600);
setup_ccp1(CCP_CAPTURE_FE);
setup_ccp2(CCP_PWM);
setup_timer_1(T1_ ...
  Topic: how to use PWM and CCP_CAPTURE_FE ?
ruijing2

Replies: 5
Views: 6867

PostForum: General CCS C Discussion   Posted: Wed Apr 30, 2008 4:04 am   Subject: how to use PWM and CCP_CAPTURE_FE ?
hi can u help me?
i use ccs c and PIC18F452.
i want to use PWM and CCP_CAPTURE_FE.

Try it but when i on PWM and CCP_CARTURE_FE TOGETHER as ccp1 and ccp2. The PWM(ccp2) did something to the CCP ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group