Tool/software: Code Composer Studio
fmOpencfg.RxOutSpec.fmReceiveOut = siuPcmInterface_Ch1;
fmOpencfg.SendOutSpec.fmSendOut = fiuSendIn;
fiuCfg.SendOutSpec.fiuSendOut = siuNetInterface;
fiuCfg.ReceiveOutSpec.fiuReceiveOut = fmReceiveIn;
Before I call fmsendIn() above funtions are getting initialized.After calling fmsendIn() is it required to call fiuSendIn() before calling fiuTask?If so what is the input i have to provide ?should i call any Api separately to send the packets to the network interface and to the analog interface or it will be done automatically when i call fiuTask() for network interface and fiuReceiveIn() for analog interface?