Hello,
I apologize for my lack of knowledge on the subject, but I'm new to microcontrollers and I'm working on a project that requires me to employ ADCs and DACs to read and supply voltages. I'm using an F28069 controlSTICK with code composer v6.
I'm running the ADC SOC (28x) example and I believe I have the ADC components working. I'm using pins ADC-A2 and ADC-A4 (pins 2 and 5 respectively), and now I'm hoping to make use of PWM1A-DAC (pin 31) for DAC. I've looked into the header files for the project (adc.h and pwm.h) but I haven't found anything that looks relevant. I'm not sure if there is some documentation I'm missing that might be useful, or even if I'm on the correct path.
Much appreciated.