Other Parts Discussed in Thread: TMDXIDDK379D, C2000WARE
HI, expert:
Now I have completed the experiment of Ethercat function of F28388D ControlCard (its software location is: D:\ti\ C2000 \C2000Ware_MotorControl_SDK_3_01_00_00\solutions\ TMDXIDDK379D \ F2838x), I was able to scan the device successfully using Twincat software and communicate with CCS software. I then modified the code to be used on the control board of my own design (the chip is also F28388D),However, it is a pity that I could not successfully scan the device using Twincat software.I need your help to confirm the following problems:
1.Please help to confirm whether my EtherCAT circuit diagram design is correct as follows?
2.I saw the following configuration in the experimental software of Ethercat function of F28388D ControlCard. May I ask whether the control board designed by myself should also have this part of configuration? Is this part of the configuration necessary?After checking the circuit diagram of TI, I found that GPIO of these functions was not used, so my software deleted this part of the code on the basis of TI routines.
// PHY CLK // GPIO_setPinConfig(GPIO_154_ESC_PHY_CLK); // Sync and Latch // GPIO_setPinConfig(GPIO_125_ESC_LATCH0);// GPIO_setPinConfig(GPIO_126_ESC_LATCH1);// GPIO_setPinConfig(GPIO_127_ESC_SYNC0);// GPIO_setPinConfig(GPIO_128_ESC_SYNC1);// GPIO_setDirectionMode(127, GPIO_DIR_MODE_OUT);// GPIO_setDirectionMode(128, GPIO_DIR_MODE_OUT);//
Best regards
Johnson Alanl