AM263x MCU+ SDK  08.02.00
DAC constant voltage

Introduction

This example uses the DAC to generate a constant voltage on the DAC output.

The example does the below

  • Configures the voltage (specified by the APP_DAC_OUT_VOLTAGE macro) in the DAC.
  • Waits for the specified time.
  • Sets the output voltage back to 0.

External Connections

  • DAC output pin can be connected to an oscilloscope to view the constant voltage output.

AM263X-CC

Note: To use the reference voltage generated on ControlCard, make sure that the System VREF source select switch SW8 on ControlCard is set to position 1-2

When using AM263x-CC with TMDSHSECDOCK (HSEC180 controlCARD Baseboard Docking Station)

  • Capture waveform on HSEC Pin 9

AM263X-LP

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 nortos
Toolchain ti-arm-clang
Board am263x-cc, am263x-lp
Example folder examples/drivers/dac/dac_constant_voltage/

Steps to Run the Example

  • When using CCS projects to build, import the CCS project for the required combination and build it using the CCS project menu (see Using SDK with CCS Projects).
  • When using makefiles to build, note the required combination and build using make command (see Using SDK with Makefiles)
  • Establish connections as mentioned in External Connections section
  • Launch a CCS debug session and run the executable, see CCS Launch, Load and Run
  • Use an Oscilloscope to view the constant voltage on DAC output pin.

See Also

DAC

Sample Output

Shown below is a sample output when the application is run,

DAC Constant Voltage Test Started ...
DAC Constant Voltage Test Passed!!
All tests have passed!!