3.2.6 Comparator with DAC (CMP DAC)

The high-speed analog comparator module provides a method to monitor voltage, current and other critical signals in a power conversion application that may be too fast for the CPU and ADC to capture. The analog comparator module can be used to implement Peak Current mode control, Critical Conduction mode (variable frequency) and Hysteretic Control mode.

Using The Library

The High-Speed Analog Comparator with Slope Compensation DAC consists of the following key features:

• Programmable Comparator Hysteresis

• Programmable Output Polarity

• Interrupt Generation Capability

• Dedicated 12-bit Resolution Pulse Density Modulation (PDM) Digital-to-Analog Converter (DAC) for each Analog Comparator

• Multimode Multipole RC Output Filter:

– Transition mode: provides the fastest response

– Fast mode: for tracking DAC slopes

– Steady-State mode: provides 12-bit resolution

• Dedicated Support for the Following Modes:

– Slope Generation

– Hysteretic Control

– Triangular Wave

Library Interface

This peripheral library provides the following interfaces:

Functions

NameDescription
CMPx_InitializeInitializes CMPx module of the device
CMPx_DeinitializeDeinitializes the CMPx module of the device to POR values
CMPx_CalibrateCalibrates the CMPx module and enables ripple reduction mode
CMPx_StatusGetReturns the output status of a comparator
CMPx_EnableEnables the common DAC module
CMPx_DisableDisables the common DAC module
CMPx_DACEnableEnables the individual DAC module
CMPx_DACDisableDisables the individual DAC module
CMPx_DACDataWriteWrites DAC data to register
CMPx_DACDataHighWriteSets higher limit of the slope
CMPx_DACDataLowWriteSets lower limit of the slope
CMPx_DACSlopeWriteSets slope rate
CMPx_DACSlopeUpdateModeUpdates slope modes specified in CMP_DAC_SLOPE_UPDATE_MODE

Data types and constants

NameTypeDescription
CMP_DAC_SLOPE_UPDATE_MODEEnumCMP slope data registers update mode
CMP_CALLBACKTypedefDefines the function pointer data type and function signature for the CMP callback function