User Activity

Requesting "VDAC1_OUT2 Channel" on ADC IN18 causes the .ioc file to generate the following line:- sConfig.Channel = ADC_CHANNEL_DAC1CH2_ADC2;which doesn't compile, I think it should be:- sConfig.Channel = ADC_CHANNEL_DAC1CH2;