Difference between HPWM and PWM


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Posts
    29

    Default Difference between HPWM and PWM

    Hi guys!

    well! i have connected two single Hi Speed Mosfet drivers ICs named as TC4420 with my PIC pins. I want to run a simple DC Motor. Now im using the PWM which is running the motors successfuly. What im interested is the HPWM. I want to know the difference between PWM and HPWM, and which one is more effective for running a DC motor?

    i have a 12V motor.

    and one thing more, im using PIC16F84A.

    Thanks in advance!

    take carez

    Good Bye!
    Last edited by shaiqbashir; - 14th May 2006 at 05:31.
    LETS MOVE TOWARDS SOMETHING PRACTICAL---

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    HPWM uses the HARDWARE PWM MODULE within your PIC. It allows your program to do other things whilst it happilly functions in background.

    PWM generates a PWM string of the duration specified by the PWM command. It then STOPS whilst your program executes other commands.

    When you've downloaded the Datasheet for the PIC16F84A you will discover it doesn't have a Hardware PWM Module, so you can't use HPWM with this chip even if you wanted to.

    Read the Datasheet!!!

Similar Threads

  1. PWM: Vernacular/Function (Newbee)
    By TerryN in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 3rd July 2008, 16:58
  2. PWM problem CCP2 port
    By NL2TTL in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 19th September 2006, 23:34
  3. sound command & music
    By trying in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 26th May 2006, 14:14
  4. pwm hpwm difference?
    By serdar_ozcan in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 20th March 2006, 09:22
  5. HPWM the old fashioned way
    By Srigopal007 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 19th November 2004, 19:09

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts