can anyone help with code to generate pwm 0f 5ohz from 16f877a
 help with pwm
 help with pwm
		can anyone help with code to generate pwm 0f 5ohz from 16f877a
 
 
		SEARCH Function ...
Question has already been asked here ...
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
 
 
		it's unlikely you'll be able to produce a real hardware PWm using hardware PWM module (HPWM), you'll need to use a software PWM, easy to build with Timer Interrupts.
One way to go is to use the following
http://www.pbpgroup.com/modules/wfse...hp?articleid=6
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
 
 
		I KNOW.. it's just not PBP related
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
 
 
		http://www.essex1.com/people/speer/large.html
How much is an ohz?
 many thanks
 many thanks
		[QUOTE=mister_e;65164]it's unlikely you'll be able to produce a real hardware PWm using hardware PWM module (HPWM), you'll need to use a software PWM, easy to build with Timer Interrupts.
One way to go is to use the following
http://www.pbpgroup.com/modules/wfse...hp?articleid=6[/QUOT
thanks guys i will sure work on this clues.
Bookmarks