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.

CCS/AMIC110: EtherCAT issues

Part Number: AMIC110

Tool/software: Code Composer Studio

This post shows two problems because I think they may be related. Of the two, resolving the 2nd is the higher priority. Both have to do with building EtherCAT demos for AMIC110 ICE.

For problem #1, I am referring to document found here:
https://dev.ti.com/tirex/explore/node?node=AFYUSmoaKsgkWOxLzURLEQ__1RV.vaK__LATEST

I have installed the latest versions of the items called out in the document:
Code Composer Studio 10.0.0.00010
ti-processor-sdk-rtos-am335x-evm-06.03.00.106-Windows-x86-Install.exe
PRU-ICSS-EtherCAT_Slave-01.00.08.01-Windows-x86-Install.exe
Other setup details: Windows 10 Pro Version 1809 (OS Build 17763.1282). Anti-virus is F-Secure 20.2. Debug Probe is XDS110. Eval board is TMDXCE110 Rev. A. Before encountering the problems below, I was able to run the pre-built demo ‘ethercat_slave_demo_AMIC11x_arm.out’.

I attempted this step from document reference above:
“6. To get access to the full source code, you can import the ethercat_slave-mdeo_AMIC11x_arm project from CCS View menu -> Resource Explorer and build its binary.”

 
Clicking “Import to CCS IDE” yielded the following error:
“See details below...
    ethercat_slave_demo_AMIC11x_arm
        This project requires product Inter-processor Communication v3.50.4.07, or equivalent. Please install this product before importing this project.”


Moving on to problem #2, I refer to the video tutorial found here:
https://training.ti.com/demonstrating-ddr-less-ethercat-slave-amic110

At 8 minutes into the video is a step calling for installation of new products into CCS. Executing this step leads to the following screen:


Upon clicking ‘Install…’ I am prompted to select a folder. It defaults to C:\ti\ccs1000. I have tried selecting this and also C:\ti. In either case, after clicking on ‘Select Folder’, something pops up which cannot be read because it disappears immediately. The problem is that I cannot install the Discovered products after repeated attempts.

Please advise how to resolve this problem so that I may follow the remaining steps in the video. Running the DDR-less EtherCAT demo is my highest priority.