Hi Martin,
Thanks for the support.
I have to measure the All the channels. There are no additional trigger signals available to trigger the channel. I have to use the SW_triggering. We have to measure the all the sensing signals(Temperatures) from all the channels serially or sequentially. I have referred the code shared by you.
I have modified the code in that project as given below.
ADC_Init (ADC_MODULE_16B_SWTRG_XREF_CONFIG,
HWAVG_32,
ADC_CH_SE_POLL_CONFIG(AD7),
ADC_CH_SE_POLL_CONFIG(AD8),
ADC_CH_SE_POLL_CONFIG(AD9),
ADC_CH_SE_IRQ_CONFIG (AD10),
PRI_LVL0, (ADC_CALLBACK)adc_callback);
But I am not getting the output. Could you please suggest the changes required. Please suggest the suitable flow or code for that.
Thanks,
Druv