Hello NXP team,
We have configured Adc Timeout Method as a OSIF_COUNTER_DUMMY so the TimeoutTicks is taking the value as 0.
Venukumar_3-1693293119956.png
So Before doing the ADC_init() its going to the Adc_Sar_Ip_Powerdown() state because of Timeout.
Venukumar_0-1693305196905.png
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.
Venukumar_2-1693293006141.png
How to proceed this TimeoutTicks.Please help on this ...