This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: EtherCAT examples

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hi all, 

I have to use EtherCAT and I only found some examples in C:\ti\c2000\C2000Ware_3_03_00_00\libraries\communications\Ethercat\f2838x\examples, but it seems to be only the driver layer, no examples on how to use it in my application.

I also read a document called EtherCAt Slave Controller User Guide that is mentionning SSC tool but I don't have it in my C2000Ware folder.

Did I miss something when I installed C200Ware ? Where can I find all the files to use EtherCAT ?

Thanks,

Nathan

  • Hi,

    HAL/driver based examples are provided under c2000\C2000Ware_3_03_00_00\libraries\communications\Ethercat\f2838x

    If you are looking for stack examples, you need to install ethercat_slave_ssc_and_demo_setup. This will install the example binaries for stack based echobak demo into example folder. You can then follow the user guide provided in the docs folder.

    Thanks