Tool/software:
Hello,
I am currently using the MSPM0G3507_DGS28 (28-pin) microcontroller. I am encountering issues with the functionalities of DAC, ADC, and OPA.
My OPA output pin is PA16, but currently, my DAC and ADC output pins are the same (PA15). Here is my idea: I want to use the ADC pin (PA15) and the OPA pin (PA16), and have my DAC output to the positive terminal of the OPA. Since I want to use the OPA in DAC_Buffer Mode, theoretically, I do not need the actual DAC output pin.
However, after reviewing a lot of code, I have not found any function or setting to disable the pin. I cannot disable the DAC function, as this would cause the OPA to have no output. I only want to disable the DAC pin so that it does not conflict with the ADC.
How should I configure this? Thank you.