Hi.I am using EB to configure the eTPU Resolver on the S32K396.
Currently, I encounter an issue when calling Etpu_Resolver_Ip_GetExtrapolatedOutputs(&Etpu_Resolver_Ip_Instance_I0, &pResolverOutputsExtrapolated);—the extrapolated output values are always zero.
From the code, I noticed that the Extrapolated channel is configured as rising-edge triggered, but in the demo project I cannot find where or how this trigger actually occurs, nor which configuration enables it.

Additionally, the manual states that the Extrapolated thread can be triggered in three ways.
I tried the first method (Host Service Request) by calling Etpu_Resolver_Ip_Sample(&Etpu_Resolver_Ip_Instance_I0);
inside the ATO Notification (on ATO Update 2nd) callback. This indeed triggers the Extrapolated channel, and I can then read valid data using the function above. However, I am not sure if this is the correct or intended approach.
For reference, I configured the project based on S32K3_ETPU_SW_4.7_2.0.0_CD04_D2502_MotorControlExample in EB. My environment details are:
Could you please help clarify how the Extrapolated channel is supposed to be triggered in this configuration, and whether my current method aligns with the intended design,Thanks!