This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2634-Q1: Autosar : MCAL ADC HW and SW triggers for ADC channel groups 2 & 3 results in DET

Part Number: AM2634-Q1

MCAL : 08.06.02.01

Config : ADC Group 2 -> HW Trig, 

             ADC Group 3 -> SW Trig

On Calling Adc_EnableHardwareTrigger(AdcConf_AdcHwUnit_AdcHwUnit_1_AdcGroup_Adc_HU1_Group_2) results in DET for the condition (ADC_TRIGG_SRC_SW == groupObj->groupCfg.triggSrc)

Similarly on calling Adc_StartGroupConversion(AdcConf_AdcHwUnit_AdcHwUnit_1_AdcGroup_Adc_HU1_Group_3) results in DET for the condition (ADC_TRIGG_SRC_HW == groupObj->groupCfg.triggSrc)

Uploaded the .xdm for reference.