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/TMS320C6678: NDK, client example

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Hi, 

We're debugging 6678 ethernet port(SGMII 0) on our custom board.

CCS version is 6.1.3.00034.

We tried to import client example (location: C:\ti\mcsdk_2_01_02_06\examples\ndk\client) to test ethernet port.

After modified the IP address,rebuild and launch the project,

we got the status information in console window attahced below.

But we can't ping it correctly. Maybe I have missed someting?

Thank you for your help and advices!

AJ

[C66xx_0] QMSS successfully initialized 
CPPI successfully initialized 
PA successfully initialized 
 
TCP/IP Stack Example Client
PASS successfully initialized 
Ethernet subsystem successfully initialized 
Ethernet eventId : 48 and vectId (Interrupt) : 7 
Registration of the EMAC Successful, waiting for link up ..
Network Added: If-1:192.168.1.193
Service Status: Telnet   : Enabled  :          : 000
Service Status: HTTP     : Enabled  :          : 000

  • Hi,

    Due to the limitation of TI 6678 EVM board, we can't easily access the SGMII 0 from the AMC connector to test it. We did the coding and test on SGMII 1 only which has a RJ-45 connector. There are some discussions on how to use SGMII 0, please take a look below link: 

    The example codes were provided by E2E community, not by TI. You may refer to it as it is also base on MCSDK 2.1.2.6. Officially the MCSDK was obsolete and please migrate to Processor SDK RTOS on  C6678.

    Regards, Eric

  • Hi, Eric

    Thank you for your reply and suggestions.

    We rebuilt the platform libary reference to the link below and test helloWorld example. The network seems good now.

    e2e.ti.com/.../226969

    best wishes,

    James