Hello NXP team,
We have configured Adc Timeout Method as a OSIF_COUNTER_DUMMY so the TimeoutTicks is taking the value as 0.

So Before doing the ADC_init() its going to the Adc_Sar_Ip_Powerdown() state because of Timeout.

But if I change the TimeoutTicks value as 1 manually in the plugins (Adc_TS_T40D34M20I0R0\src\Adc_Sar_Ip.c) its doing the ADC_init() operation.

How to proceed this TimeoutTicks.Please help on this ...