PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
PWM

Contains the declaration and procedures relating the PWM drivers. More...

Modules

 PWM Info
 Contains the declaration and procedures relating the base PWM drivers.
 
 PWM 11-16
 Contains the declaration and procedures for the PWMs (11-16)
 
 PWM 1-10
 Contains the declaration and procedures for the PWMs (1-10)
 

Detailed Description

The available drivers are currently only supported for PWMs (1-16). The drivers are further subdivided in the following groups based upon the governing timer modules.

  1. PWM (1-10): HRTIM
    This module has five separate time bases available for each paired PWM
    1. PWM (1,2): HRTIM_TIMERA
    2. PWM (3,4): HRTIM_TIMERB
    3. PWM (5,6): HRTIM_TIMERC
    4. PWM (7,8): HRTIM_TIMERD
    5. PWM (9,10): HRTIM_TIMERE
  2. PWM (11-16): TIM1
    This module has a single time base, so all PWMs under this module will operate on the same frequency. This module can only be configured with three channel configurations.
    The channels 12,14 and 16 can only be used as inverted PWM pairs of 11,13 and 15 respectively and can 't be used separately
    1. PWM (11,12): TIM1_CH1
    2. PWM (13,14): TIM1_CH2
    3. PWM (15,16): TIM1_CH3