PDA

View Full Version : How to use 10bit PWM?



Raflex
- 10th January 2007, 03:13
Hello. Does anyone know how to use 10-bits HPWM? I need an example.

Thanks in advance

skimask
- 10th January 2007, 03:24
Hello. Does anyone know how to use 10-bits HPWM? I need an example.

Thanks in advance


177 examples right here...

http://www.picbasic.co.uk/forum/search.php?searchid=191829

mister_e
- 10th January 2007, 04:40
To use/set-up a 10 bit PWM you can't use PBP HPWM, you have to write to the PIC CCP registers. The PicMultiCalc comes handy in those cases.

PicMultiCalc => http://www.mister-e.org/pages/utilitiespag.html

Here's one related thread
http://www.picbasic.co.uk/forum/showthread.php?t=4998&highlight=hpwm

enjoy!

paul borgmeier
- 10th January 2007, 04:55
MELABS has an example here
http://www.melabs.com/resources/samples/pbp/hardpwm.bas

Raflex
- 11th January 2007, 00:11
Thanks for the info.