@bitluni Matthias, it is possible to use DAC Channel 2 also?
I see this in your code but i didnt get the glue how you adress this in
const ulp_insn_t mono[]
//initialize DACs
dac_output_enable(DAC_CHANNEL_1);
dac_output_enable(DAC_CHANNEL_2);
dac_output_voltage(DAC_CHANNEL_1, 200);
dac_output_voltage(DAC_CHANNEL_2, 200);