Author |
Message |
Topic: internal oscillator |
derya
Replies: 6
Views: 9966
|
Forum: General CCS C Discussion Posted: Fri Jan 14, 2005 2:15 am Subject: it's okey |
Hi,
I have achieved to get 1MHz PWM signal with 1/4 duty cycle.
I used 20MHz oscillator and parameters are as following;
setup_timer_2(4, 4, 1);
set_pwm1_duty(1);
Thanks... |
Topic: internal oscillator |
derya
Replies: 6
Views: 9966
|
Forum: General CCS C Discussion Posted: Thu Jan 13, 2005 9:21 am Subject: internal oscillator |
As I know, some PIC models have internal oscillator circuit and no need to assemble any external oscillator. Such models run with 4MHz frequency in general. Which models of PIC has internal oscillator ... |
Topic: PIC model which gives 1MHz PWM signal? |
derya
Replies: 1
Views: 5249
|
Forum: General CCS C Discussion Posted: Thu Jan 13, 2005 8:41 am Subject: PIC model which gives 1MHz PWM signal? |
Is anybody know that is there any PIC model which gives 1MHz PWM signal? |
Topic: 1MHz pwm signal |
derya
Replies: 1
Views: 6134
|
Forum: General CCS C Discussion Posted: Wed Jan 12, 2005 7:31 am Subject: 1MHz pwm signal |
Hi,
I'm trying to have a 1MHz pwm signal which has a 1/4 duty cycle.
All my effort doesn't work and unfortunatelly I couldn't obtain a signal in this form. Changing duty cycle is not problem, ... |
|