tjstevens 0 Posted September 16, 2006 Report Share Posted September 16, 2006 I'm new to BoostC and would appreciate some help implementing the hardware PWM of the PIC16F873A Quote Link to post Share on other sites
trossin 0 Posted September 18, 2006 Report Share Posted September 18, 2006 BoostC does not have any high level functions for PWM that I am aware of. You will need to read the data sheet and figure out how to configure the hardware for your needs. BoostC will allow you to write the control registers once you understand what values to set them to. Microchip may have some application notes to help you out. Just go to their web site and do a search. Quote Link to post Share on other sites
scud21 0 Posted November 1, 2006 Report Share Posted November 1, 2006 I'm new to BoostC and would appreciate some help implementing the hardware PWM of the PIC16F873A <{POST_SNAPBACK}> look at the datasheet and in the internet about timer (timer0, timer1, etc.). i know they are also used to generate PWM in PIC's Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.