iLLD_TC27xC
1.0
|
![]() |
The DSADC interface driver provides a default DSADC configuration for converting analog data streams inputs from external modulators via digital input channels, into digital values by using the on-chip demodulator channels.
In the following sections it will be described, how to integrate the driver into the application framework.
Include following header file into your C code:
Declare the DSADC channel handle and available channels as global variables in your C code:
The module initialisation can be done in the same function. Here an example:
The DSADC is ready for use now!
The DSADC driver provides simple to use Conversion function,
The converted data can be collected using the following function