For my application with the TM4C123GH6PGE, I am sampling data from the ADC, doing digital filtering using the CMSIS library and then I want to output the digital data onto a GPIO pin to be used in an external DAC.
How would I configure the pin for writing continuous data to it?
The data being processed from the DSP library outputs a float value so I assume that for the DAC to work it would need to be an integer.