Tool/software:
Hello TI-Team,
I am working with ethercat slave simple demo. (ind_comms_sdk_am64x_09_01_00_03 and CCS 12.5.0.00007) In there the application function EC_SLV_APP_SS_applicationRun (ecSlvSimple.c) is already implemented. But it is not clear to me what triggers this function (Process Data or SYNC0). Is this defined somewhere in the stack and how can I adapt it?
I am aware that this function is registered in ecSlvSimple.c
EC_API_SLV_cbRegisterUserApplicationRun (pAppInstance_p->ptEcSlvApi, EC_SLV_APP_SS_applicationRun, pAppInstance_p);
But I did not find any parameter that specifies the trigger. Unfortunately I cannot find anything about this in the documentation and also nothing about EC_API_SLV_cbRegisterUserApplicationRun in the API reference.
I appreciate your help.
Regards,
Jonas