Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Capture/Compare/PWM(CCP) Module in PIC18FXXX Microcontroller
Rating: 4.5 out of 5(56 ratings)
1,371 students

Capture/Compare/PWM(CCP) Module in PIC18FXXX Microcontroller

PWM Programming
Last updated 8/2021
English

What you'll learn

  • Learn importance of microcontroller in designing embedded application.
  • Learn use of hardware and software tools.
  • Develop interfacing to real world devices.
  • To understand need of microcontrollers in real life applications.

Course content

6 sections18 lectures1h 21m total length
  • Introduction and preview of the course1:39

Requirements

  • Basic Knowledge of PIC Microcontroller

Description

With the world so heavily dependent on embedded systems, microcontrollers have become indispensable devices in embedded design. A microcontroller (MCU) is a device that combines the core of a microprocessor (MPU) with features such as I/O ports, timers, some dedicated communication controllers etc. Whereas an MPU needs additional glue logic to interface to the outside world, an MCU is a self-sufficient device as far as Peripheral handling is concerned, due to the availability of rich on-chip resources. Depending on a specific application, the choice of an appropriate MCU can indeed lead to a very efficient design. This course is a brief introductory giving an insight into the PIC18FXXX MCU, and is aimed to explain CCP module and PWM programming.

Indeed the PWM is so widely used that Microchip has enhanced the PWM capabilities of the newer generation of the PIC18 family members and has designated them as ECCP(enhanced CCP).The main difference between ECCP and CCP is the PWM capability.

The speed of the motor depends on three factors : load, voltage, and current. By changing the width of the pulse applied to the Dc motor we can increase or decrease the amount of the power provided to the motor, thereby increasing or decreasing the motor speed. The ability to control the speed of the DC motor using PWM is one reason that DC motors are preferable over AC motors. We use the PWM feature of the CCP to control DC motors.


Who this course is for:

  • Undergraduate students and students who want to enhance knowledge in Microcontrollers