Other Parts Discussed in Thread: MSPM0L1306, SYSCONFIG
Hi
The following sample code is working.
■ opa_dac8_output_buffer_LP_MSPM0L1306_nortos_ticlang
With this sample code, you are trying to set the output value of the DAC.
From the default settings, I tried to set the output to 3.3V by changing the "Input Code Through DACCODE0" to 0xFF in the screenshot below Input Code Through DACCODE0=0 The MCU was built and written to the MCU as 0xFF. However, 3.3 V was not output from PA22 (DAC_OUT).

So I changed COMP_0_INST_DAC8_OUTPUT_VOLTAGE_mV in the source code directly to 1000mV and 3.3V was output.
What does the default setting Input Code Through DACCODE0 indicate?
Thanks,
Conor