AM263x MCU+ SDK  08.02.00
DAC

The DAC driver provides API to configure the DAC module. Below are the high level features supported by the DAC driver.

Features Supported

  • 12-bit resolution.
  • Selectable reference voltage source.
  • Ability to synchronize with EPWMSYNCPER.

SysConfig Features

Note
It is strongly recommend to use SysConfig where it is available instead of using direct SW API calls. This will help simplify the SW application and also catch common mistakes early in the development cycle.
  • Selecting reference voltage for DAC.
  • Selecting the load mode for DAC.
  • Specifying the shadow value for DAC.

Features NOT Supported

NA

Important Usage Guidelines

NA

Example Usage

Include the below file to access the APIs

#include <drivers/dac.h>

API

APIs for DAC

dac.h