Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE, TMDXIDDK379D
Hi,
I am developing a servo drive & control firmware based on 28388D chip. Now I want to implement the slave Ethercat function in my servo drive.
I find two example codes from TI.
The first one is located at: C2000Ware_4_02_00_00\libraries\communications\Ethercat\f2838x\examples, in the folder, there is a project named "f2838x_cm_cia402_solution" and a project named "f2838x_cpu1_allocate_ecat_to_cm" , using both project, the Ethercat with cia402 function may be realized.
The second one is located at: C2000Ware_MotorControl_SDK_4_00_00_00\solutions\tmdxiddk379d\f2838x, in the folder, there a project named“fcl_f2838x_tmdxiddk_cpu1”, using the project guided by TI document, the Ethercat function may be also realized.
Therefore, my question is, which exmaple code should I adopt so as to migrate the example code to my firmware project to realize basic EtherCat function?
What is the main difference between the two example code?
Thank you.