Does the TIVA C series TM4C123GH6PM have a DAC module?
In the Data Sheet under ADC section #13.3.4:
Analog-to-Digital Converter The Analog-to-Digital Converter (ADC) module uses a Successive Approximation Register (SAR) architecture to deliver a 12-bit, low-power, high-precision conversion value. The successive approximation uses a switched capacitor array to perform the dual functions of sampling and holding the signal as well as providing the 12-bit DAC operation.
Can anyone suggest examples or codes that can me help in generating DAC signals like step and ramp? ; without using an external DAC module.