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

PWM with PIC16LF15325

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
starfire151



Joined: 01 Apr 2007
Posts: 196

View user's profile Send private message

PWM with PIC16LF15325
PostPosted: Thu Apr 03, 2025 9:42 am     Reply with quote

I've been trying to get the PWM output to work with a PIC16LF15325 but have been unsuccessful.

From the header support file:
#pin_select PWM3=PIN_C0
#use pwm(output=PIN_C0, frequency=15625, bits=10)

From the main program:

setup_pwm3(CCP_PWM);

pwm_set_frequency(10000); // set frequency
pwm_set_duty_percent(200); // 20% duty cycle
pwm_on();

I have tried using PIN_A4 and PIN_C0 as outputs but have not been able to see the PWM output with a scope.

Is there something I'm not setting up correctly?

Thanks.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group